ArcObjects Library Reference (NetworkAnalyst)  

INAClassDefinition.Fields Property

The fields for the network analyst class.

[Visual Basic .NET]
Public ReadOnly Property Fields As IFields
[C#]
public IFields Fields {get;}
[C++]
HRESULT get_Fields(
  IFields** Fields
);
[C++]

Parameters

Fields [out, retval]

  Fields is a parameter of type IFields

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Fields returns the fields on the NAClass.

 

See Also

INAClassDefinition Interface