This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassDefinition2 Interface > INAClassDefinition2.FindLocationRangesField Method (ArcObjects .NET 10.5 SDK) |
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
Returns the index of the Location Ranges field within the NAClass.