This document is archived and information here might be outdated. Recommended version. |
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*
The Style property sets the DimensionStyle for the DimensionGraphic. The DimensionShape defines the location of the dimension�s measurements and text.