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


IFeatureChanges.OriginalShape Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureChanges.OriginalShape Property

The original shape for the feature.

[Visual Basic .NET]
Public ReadOnly Property OriginalShape As IGeometry
[C#]
public IGeometry OriginalShape {get;}
[C++]
HRESULT get_OriginalShape(
  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.

See Also

IFeatureChanges Interface