Gets the sub-type of this characteristic.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property SubType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICharacteristicsData
Dim value As System.Integer
value = instance.SubType |
C# | |
---|
System.int SubType {get;} |
C++/CLI | |
---|
property System.int SubType {
System.int get();
} |
Property Value
Sub-type as defined by
swiCharacteristicSubType_e
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS