ArcObjects Library Reference (Carto)  

IDimensionGraphic.UseCustomLength Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The Length property returns the current calculated length for the Dimension. A custom length value can be specified using the CustomLength and UseCustomLength properties.

See Also

IDimensionGraphic Interface