ArcObjects Library Reference (GeoDatabase)  

IField.GeometryDef Property

The geometry definition for the field if IsGeometry is TRUE.

[Visual Basic .NET]
Public ReadOnly Property GeometryDef As IGeometryDef
[C#]
public IGeometryDef GeometryDef {get;}
[C++]
HRESULT get_GeometryDef(
  IGeometryDef** GeometryDef
);
[C++]

Parameters

GeometryDef [out, retval]

  GeometryDef is a parameter of type IGeometryDef

Product Availability

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

See Also

IField Interface | IGeometryDef Interface

.NET Samples

Export any network analysis class to a text file (Code Files: NAClassToTextfileCmd) | Convert part to feature command (Code Files: ConvertPart)

.NET Related Topics

Converting simple data | Creating a plug-in data source | Creating annotation and dimension feature classes | Creating feature classes | Creating fields | Creating indexes | Updating geometry of existing features | Working with fields | Working with indexes