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


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

IFeatureBuffer.Shape Property

The default shape in the feature buffer.

[Visual Basic .NET]
Public Property Shape As IGeometry
[C#]
public IGeometry Shape {get; set;}
[C++]
HRESULT get_Shape(
  IGeometry** Shape
);
[C++]
HRESULT putref_Shape(
  IGeometry* Shape
);
[C++]
Parameters
Shape [out, retval]

Shape is a parameter of type IGeometry** Shape [in]
Shape is a parameter of type IGeometry*

Product Availability

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

Description

All edits to features that participate in a Topology or Geometric Network must be performed within an edit session and bracketed within an edit operation.

See Also

IFeatureBuffer Interface