This document is archived and information here might be outdated. Recommended version. |
The dimension type of the feature.
[Visual Basic .NET] Public Property DimensionType As esriDimensionType
[C#] public esriDimensionType DimensionType {get; set;}
[C++]
HRESULT get_DimensionType(
esriDimensionType* Type
);
[C++]
HRESULT put_DimensionType(
esriDimensionType Type
);
[C++] Parameters Type [out, retval]
Type is a parameter of type esriDimensionType* Type [in]
Type is a parameter of type esriDimensionType
The DimensionType property defines the type of the Dimension as Linear or Aligned and affects how the EditTool behaves with the DimensionFeature during shape modification.