ArcObjects Library Reference (GeoDatabase)  

IFieldEdit.GeometryDef Property

The geometry definition if IsGeometry is TRUE.

[Visual Basic .NET]
Public WriteOnly Property GeometryDef_2
[C#]
public void GeometryDef_2 {set;}
[C++]
HRESULT putref_GeometryDef(
  IGeometryDef* 
);
[C++]

Parameters

[in]

   is a parameter of type IGeometryDef

Product Availability

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

See Also

IFieldEdit Interface