Gets and sets the value of this characteristic.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Value As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICharacteristicsData
Dim value As System.String
instance.Value = value
value = instance.Value |
C# | |
---|
System.string Value {get; set;} |
C++/CLI | |
---|
property System.String^ Value {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Value
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS