Gets and sets the number of this characteristic.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Quantity As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICharacteristicsData
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 characteristic
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS