Gets the custom property used to fill the values in a specified user-defined column.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetColumnCustomProperty( _
ByVal Index As System.Integer _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IBomTableAnnotation
Dim Index As System.Integer
Dim value As System.String
value = instance.GetColumnCustomProperty(Index) |
C# | |
---|
System.string GetColumnCustomProperty(
System.int Index
) |
C++/CLI | |
---|
System.String^ GetColumnCustomProperty(
& System.int Index
) |
Parameters
- Index
- Column from which to get the custom property
Return Value
Custom property used to fill the values in this user-defined column
Example
Remarks
See Also
Availability
SolidWorks 2004 SP1, Revision number 12