Gets the number of this cut-list item.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Quantity As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMCutListItem
Dim value As System.Integer
instance.Quantity = value
value = instance.Quantity |
C# | |
---|
System.int Quantity {get; set;} |
C++/CLI | |
---|
property System.int Quantity {
System.int get();
void set ( & System.int value);
} |
Property Value
Number of this cut-list item
Example
See Also
Availability
SOLIDWORKS Document Manager API 2009 SP0