This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassDefinitionEdit Interface > INAClassDefinitionEdit.FieldType Property (ArcObjects .NET 10.4 SDK) |
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
This property should only be set by a custom solver during the creation of the NAContext.