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


INAClassDefinitionEdit.Fields Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAClassDefinitionEdit.Fields Property

The fields for the network analyst class.

[Visual Basic .NET]
Public WriteOnly Property Fields
[C#]
public void Fields {set;}
[C++]
HRESULT putref_Fields(
  IFields* 
);
[C++]

Parameters [in]
is a parameter of type IFields

Product Availability

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

Remarks

This property should only be set by a custom solver during the creation of the NAContext.

See Also

INAClassDefinitionEdit Interface