Gets or sets whether item numbers are kept with their components when reordering rows of a BOM table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property KeepCurrentItemNumbers As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBomFeature
Dim value As System.Boolean
instance.KeepCurrentItemNumbers = value
value = instance.KeepCurrentItemNumbers |
C# | |
---|
System.bool KeepCurrentItemNumbers {get; set;} |
C++/CLI | |
---|
property System.bool KeepCurrentItemNumbers {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if item numbers are kept with their components when reordering rows, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2004 SP2, Revision Number 12