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


INAClassDefinition2.FindLocationRangesField Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassDefinition2 Interface > INAClassDefinition2.FindLocationRangesField Method
ArcGIS Developer Help

INAClassDefinition2.FindLocationRangesField Method

The field index of the Location Ranges BLOB field used to store LocationRanges, or -1 if the referenced NAClass does not support NALocationRanges.

[Visual Basic .NET]
Public Function FindLocationRangesField ( _
) As Integer
[C#]
public int FindLocationRangesField (
);
[C++]
HRESULT FindLocationRangesField(
void
);

Product Availability

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

Remarks

Returns the index of the Location Ranges field within the NAClass.

See Also

INAClassDefinition2 Interface