com.esri.arcgis.datasourcesfile
Interface ISMNetAttribute2
- All Superinterfaces:
- ISMNetAttribute, java.io.Serializable
- All Known Implementing Classes:
- ISMNetAttribute2Proxy, SMNetAttribute
public interface ISMNetAttribute2
- extends ISMNetAttribute, java.io.Serializable
COM Interface 'ISMNetAttribute2'. Generated 3/19/2015 1:20:54 PM
from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description: 'Deprecated as of 10.1. Provides access to network attribute usage type.'
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 |
getUsageType()
The network attribute usage type. |
IIDb1a5376c_dfdf_48dd_a472_076808c0c73e
static final int IIDb1a5376c_dfdf_48dd_a472_076808c0c73e
- 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
DISPID_3_GET_NAME
static final java.lang.String DISPID_3_GET_NAME
- See Also:
- Constant Field Values
getUsageType
int getUsageType()
throws java.io.IOException,
AutomationException
- The network attribute usage type. Returns an esriSMNetAttributeUsageType constant.
- Returns:
- A com.esri.arcgis.datasourcesfile.esriSMNetAttributeUsageType constant
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.