Gets the custom property for the specified column in this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetColumnCustomProperty( _
ByVal ColumnIndex As System.Integer, _
ByRef Error As SwDmTableError _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMTable2
Dim ColumnIndex As System.Integer
Dim Error As SwDmTableError
Dim value As System.String
value = instance.GetColumnCustomProperty(ColumnIndex, Error) |
Parameters
- ColumnIndex
- Index of the column
- Error
- Error as defined by swDmTableError
Return Value
Column custom property, which is in the form of "$PRP:..."
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2009 SP0