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