Gets or sets whether the dimension value is displayed as part of the dimension text.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowDimensionValue As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDisplayDimension
Dim value As Boolean
instance.ShowDimensionValue = value
value = instance.ShowDimensionValue
|
C# | |
---|
bool ShowDimensionValue {get; set;} |
C++/CLI | |
---|
property bool ShowDimensionValue {
bool get();
void set (bool value);
} |
Return Value
True displays the dimension value, false does not
Example
Remarks
See Also