Gets whether the document title is being used for the specified part-number column.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetColumnUseTitleAsPartNumber( _
ByVal Index As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBomTableAnnotation
Dim Index As Integer
Dim value As Boolean
value = instance.GetColumnUseTitleAsPartNumber(Index)
|
C# | |
---|
bool GetColumnUseTitleAsPartNumber(
int Index
) |
C++/CLI | |
---|
bool GetColumnUseTitleAsPartNumber(
& int Index
) |
Parameters
- Index
- 0-based number indicating the part-number column
Return Value
True if document title is being used for the specified part-number column, false if not
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12