Gets and sets whether this characteristic is a key characteristic.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Key As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICharacteristicsData
Dim value As System.Boolean
instance.Key = value
value = instance.Key |
C# | |
---|
System.bool Key {get; set;} |
C++/CLI | |
---|
property System.bool Key {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if key, false if regular
Remarks
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS