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


IDimensionGraphic.Style 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.Style Property
ArcGIS Developer Help

IDimensionGraphic.Style Property

The dimension style.

[Visual Basic .NET]
Public Property Style As IDimensionStyle
[C#]
public IDimensionStyle Style {get; set;}
[C++]
HRESULT get_Style(
  IDimensionStyle** Style
);
[C++]
HRESULT putref_Style(
  IDimensionStyle* Style
);
[C++]
Parameters
Style [out, retval]

Style is a parameter of type IDimensionStyle** Style [in]
Style is a parameter of type IDimensionStyle*

Product Availability

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

Remarks

The Style property sets the DimensionStyle for the DimensionGraphic. The DimensionShape defines the location of the dimension�s measurements and text.

See Also

IDimensionGraphic Interface