|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAClassDefinition2
Provides access to properties common to all network analyst class definitions.
INAClassDefinition2 is the main interface on the NAClassDefinition object. It provides properties for NAClasses used in network analysis.
The INAClassDefinitionEdit interface should be used if you want to modify the properties of an NAClassDefinition object.
See the help for the NAClassDefinition CoClass for more information.
Method Summary | |
---|---|
int |
findLocationRangesField()
The field index of the Location Ranges BLOB field used to store LocationRanges, or -1 if the referenced NAClass does not support NALocationRanges. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAClassDefinition |
---|
getCandidateFieldNames, getClassCLSID, getFields, getFieldType, getLowerBound, getName, getUpperBound, isHasLocationFields, isInput, isOutput |
Method Detail |
---|
int findLocationRangesField() throws IOException, AutomationException
Returns the index of the Location Ranges field within the NAClass.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |