This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionGraphic Interface > IDimensionGraphic.UseCustomLength Property (ArcObjects .NET 10.4 SDK) |
Indicates if a custom length is displayed for the dimsnion graphic.
[Visual Basic .NET] Public Property UseCustomLength As Boolean
[C#] public bool UseCustomLength {get; set;}
[C++]
HRESULT get_UseCustomLength(
VARIANT_BOOL* Length
);
[C++]
HRESULT put_UseCustomLength(
VARIANT_BOOL Length
);
[C++]
Parameters Length [out, retval] Length is a parameter of type VARIANT_BOOL Length [in] Length is a parameter of type VARIANT_BOOL
The Length property returns the current calculated length for the Dimension. A custom length value can be specified using the CustomLength and UseCustomLength properties.