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


IDimensionGraphic Interface (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
ArcGIS Developer Help

IDimensionGraphic Interface

Provides access to members that control a dimension graphic.

Product Availability

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

Description

The IDimensionGraphic interface provides methods and properties for drawing dimensions.

Members

Name Description
Read/write property CustomLength The custom length of the dimension graphic.
Read/write property DimensionShape The begin dimension point.
Method Draw Draws the dimension style.
Method GetDefaultTextPoint The default location of the dimension text placement.
Method GetMask The dimension graphic mask.
Read-only property Length The length of the dimension graphic.
Read/write property NativeTransformation The native transformation for the dimension graphic.
Read/write property NativeUnits The native units of the dimension graphic.
Method QueryBoundary The boundary of the dimension style.
Read/write property Style The dimension style.
Method UpdateShape Updates the dimension geometries for the dimension graphic.
Read/write property UseCustomLength Indicates if a custom length is displayed for the dimsnion graphic.

Classes that implement IDimensionGraphic

Classes Description
DimensionGraphic The graphic asscoiated with a DimensionFeature.

See Also

IDimensionShape Interface | IDimensionStyle Interface