ArcObjects Library Reference  (GeoDatabase)    

IFeatureChanges.OriginalShape Property

The original shape for the feature.

[Visual Basic 6.0]
Property OriginalShape As IGeometry
[Visual Basic .NET]
Public ReadOnly Property OriginalShape As IGeometry
[C#]
public IGeometry OriginalShape {get;}
[Java]
public IGeometry getOriginalShape()
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page