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


INAClassDefinitionEdit.FieldType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassDefinitionEdit Interface > INAClassDefinitionEdit.FieldType Property
ArcGIS Developer Help

INAClassDefinitionEdit.FieldType Property

The field type for a network analyst class field.

[Visual Basic .NET]
Public Sub set_FieldType ( _
    ByVal FieldName As String, _
    ByVal A_2 As Integer _
)
[C#]
public void set_FieldType (
    string FieldName,
    int A_2
);
[C++]
HRESULT put_FieldType(
  BSTR FieldName,
  long 
);
[C++]
Parameters
FieldName [in]

FieldName is a parameter of type BSTR [in]
is a parameter of type long

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