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 dimensions measurements and text.