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


IDimensionFeature.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 > IDimensionFeature Interface > IDimensionFeature.UseCustomLength Property
ArcGIS Developer Help

IDimensionFeature.UseCustomLength Property

Indicates if this dimension feature displays the dimension length or a custom length.

[Visual Basic .NET]
Public Property UseCustomLength As Boolean
[C#]
public bool UseCustomLength {get; set;}
[C++]
HRESULT get_UseCustomLength(
  Boolean* use
);
[C++]
HRESULT put_UseCustomLength(
  VARIANT_BOOL use
);
[C++]
Parameters
use [out, retval]

use is a parameter of type bool* use [in]
use is a parameter of type bool

Product Availability

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

Remarks

A custom value for the DimensionFeature�s text can be set using the CustomLength property and by setting the UseCustomLength property to True.

See Also

IDimensionFeature Interface