Indicates whether the dimension tolerance text is displayed within parenthesis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowParenthesis As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDimensionTolerance
Dim value As Boolean
instance.ShowParenthesis = value
value = instance.ShowParenthesis
|
C# | |
---|
bool ShowParenthesis {get; set;} |
C++/CLI | |
---|
property bool ShowParenthesis {
bool get();
void set (bool value);
} |
Return Value
True if dimension tolerance text is displayed within parenthesis, false if not
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0