Gets and sets the prefix to add to the balloons for key characteristics.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property KeyCharPrefix As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IBalloonSettings
Dim value As System.String
instance.KeyCharPrefix = value
value = instance.KeyCharPrefix |
C# | |
---|
System.string KeyCharPrefix {get; set;} |
C++/CLI | |
---|
property System.String^ KeyCharPrefix {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Prefix
Remarks
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS