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


IRepresentation.ShapeEdit Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRepresentation.ShapeEdit Property

Representation geometry. This geometry can be a copy of the shape if the shape override option is active.

[Visual Basic .NET]
Public ReadOnly Property ShapeEdit As IGeometry
[C#]
public IGeometry ShapeEdit {get;}
[C++]
HRESULT get_ShapeEdit(
  IGeometry** Shape
);
[C++]

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

Product Availability

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

Remarks

ShapeEdit property returns a reference to the copy of either the shape of the feature or the overriden shape of the representation depending on whether a shape override exists for the representation. Use this property when you wish to edit the attributes of this object.

See Also

IRepresentation Interface