ArcObjects Library Reference (NetworkAnalyst)  

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