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