Gets the increment value by which the item numbers are increased in the bill of materials (BOM) table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetBOMNumberIncrement( _
ByRef Error As SwDmTableError _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMTable2
Dim Error As SwDmTableError
Dim value As System.Integer
value = instance.GetBOMNumberIncrement(Error) |
Parameters
- Error
- Error as defined by SwDmTableError
Return Value
Increment value by which the item numbers are increased in the bill of materials (BOM) table
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2009 SP0