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


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

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