com.esri.arcgis.networkanalyst
Interface INAClassDefinition2
- All Superinterfaces:
- INAClassDefinition, java.io.Serializable
- All Known Implementing Classes:
- INAClassDefinition2Proxy, NAClassDefinition
public interface INAClassDefinition2
- extends INAClassDefinition, java.io.Serializable
COM Interface 'INAClassDefinition2'. Generated 3/19/2015 1:20:59 PM
from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'
Description: 'Provides access to properties common to all network analyst class definitions.'
Generator Options:
PromptForTypeLibraries = False
ClashPrefix = esri_
LowerCaseMemberNames = True
IDispatchOnly = False
RetryOnReject = False
AwtForOcxs = True
ArraysAsObjects = False
DontRenameSameMethods = False
ImplementConflictingInterfaces = True
ReuseMethods = True
RenameConflictingInterfaceMethods = True
GenBeanInfo = True
GenerateJavadoc =
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. |
IID9d2e0012_dc44_4458_87a7_2cc46a7dad51
static final int IID9d2e0012_dc44_4458_87a7_2cc46a7dad51
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
findLocationRangesField
int findLocationRangesField()
throws java.io.IOException,
AutomationException
- The field index of the Location Ranges BLOB field used to store LocationRanges, or -1 if the referenced NAClass does not support NALocationRanges.
- Returns:
- The index
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.