ArcObjects Library Reference (NetworkAnalyst)  

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(
  long* Index
);
[C++]

Parameters

Index [out, retval]   Index is a parameter of type long

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