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


IModifyDimensionFeedback.DimensionShape Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IModifyDimensionFeedback Interface > IModifyDimensionFeedback.DimensionShape Property
ArcGIS Developer Help

IModifyDimensionFeedback.DimensionShape Property

The Dimension shape.

[Visual Basic .NET]
Public Property DimensionShape As IDimensionShape
[C#]
public IDimensionShape DimensionShape {get; set;}
[C++]
HRESULT get_DimensionShape(
  IDimensionShape** Shape
);
[C++]
HRESULT putref_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.

See Also

IModifyDimensionFeedback Interface