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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.