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


IFeatureClassStorage.GeometryStorage Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureClassStorage.GeometryStorage Property

Retrieves the geometry field storage.

[Visual Basic .NET]
Public ReadOnly Property GeometryStorage As esriGeometryStorage
[C#]
public esriGeometryStorage GeometryStorage {get;}
[C++]
HRESULT get_GeometryStorage(
  esriGeometryStorage* GeometryStorage
);
[C++]

Parameters GeometryStorage [out, retval]
GeometryStorage is a parameter of type esriGeometryStorage

Product Availability

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

See Also

IFeatureClassStorage Interface