This document is archived and information here might be outdated.  Recommended version.


IDimensionGraphic.UseCustomLength Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionGraphic Interface > IDimensionGraphic.UseCustomLength Property
ArcGIS Developer Help

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(
  Boolean* Length
);
[C++]
HRESULT put_UseCustomLength(
  VARIANT_BOOL Length
);
[C++]
Parameters
Length [out, retval]

Length is a parameter of type bool* Length [in]
Length is a parameter of type 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