Gets and sets whether to rotate this balloon to match the angle of the characteristic.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RotateToMatchCharacteristic As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBalloonSettings
Dim value As System.Boolean
instance.RotateToMatchCharacteristic = value
value = instance.RotateToMatchCharacteristic |
C# | |
---|
System.bool RotateToMatchCharacteristic {get; set;} |
C++/CLI | |
---|
property System.bool RotateToMatchCharacteristic {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to rotate the balloon to match the characteristic's angle, false to not
Remarks
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS