Gets or sets whether to include the dimension prefix, suffix, and tolerance in this dimension note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeDimPrefixSuffixTolerance As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As System.Boolean
instance.IncludeDimPrefixSuffixTolerance = value
value = instance.IncludeDimPrefixSuffixTolerance |
C# | |
---|
System.bool IncludeDimPrefixSuffixTolerance {get; set;} |
C++/CLI | |
---|
property System.bool IncludeDimPrefixSuffixTolerance {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to include the dimension prefix, suffix, and tolerance; false to not
See Also
Availability
SOLIDWORKS 2021 FCS, Revision Number 29