Gets and sets whether to add a colon at the end of the callout label.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SkipColon As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICallout
Dim value As System.Boolean
instance.SkipColon = value
value = instance.SkipColon |
C# | |
---|
System.bool SkipColon {get; set;} |
C++/CLI | |
---|
property System.bool SkipColon {
System.bool get();
void set ( & System.bool value);
} |
Property Value
False to add a colon, true to not
Example
Remarks
See Also
Availability
SOLIDWORKS 2011 FCS, Revision Number 19.0