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


IDimensionFeature.DimensionShape Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDimensionFeature.DimensionShape Property

The dimension feature's shape.

[Visual Basic .NET]
Public Property DimensionShape As IDimensionShape
[C#]
public IDimensionShape DimensionShape {get; set;}
[C++]
HRESULT get_DimensionShape(
  IDimensionShape** Shape
);
[C++]
HRESULT put_DimensionShape(
  IDimensionShape* Shape
);
[C++]

Parameters Shape [out, retval]
Shape is a parameter of type IDimensionShape Shape [in]
Shape is a parameter of type IDimensionShape

Product Availability

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

Remarks

The DimensionShape property defines the placement of the elements of a DimensionFeature. The location and size of the DimensionFeature is determined entirely by the DimensionShape and it is not necessary to use the IFeature::Shape property.

See Also

IDimensionFeature Interface