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


IFeatureChanges.OriginalShape Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureChanges Interface > IFeatureChanges.OriginalShape Property
ArcGIS Developer Help

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