ArcObjects Library Reference  (GeoDatabase)    

IFeature.ShapeCopy Property

A cloned copy of the default shape for the feature.

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

IFeature Interface

 


Feedback Send feedback on this page