ArcObjects Library Reference (GeoAnalyst)  

IGeoDataDescriptor.Field Property

The field of the GeoDataset descriptor.

[Visual Basic .NET]
Public ReadOnly Property Field As IField
[C#]
public IField Field {get;}
[C++]
HRESULT get_Field(
  IField** Field
);
[C++]

Parameters

Field [out, retval]

  Field is a parameter of type IField

Product Availability

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

See Also

IGeoDataDescriptor Interface