Gets or sets whether or not to offset the text of a dimension.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property OffsetText As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDisplayDimension
Dim value As Boolean
instance.OffsetText = value
value = instance.OffsetText
|
C# | |
---|
bool OffsetText {get; set;} |
C++/CLI | |
---|
property bool OffsetText {
bool get();
void set (bool value);
} |
Return Value
True to offset the dimension text, false to not
Remarks
See Also
Availability
SolidWorks 2004 SP4, Revision Number 12.4