com.esri.arcgis.datasourcesfile
Interface ISMNetAttributesAccess

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISMNetAttributesAccessProxy, SMNetAttributesAccess

public interface ISMNetAttributesAccess
extends java.io.Serializable

COM Interface 'ISMNetAttributesAccess'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Deprecated as of 10.1. Provides access to the network attribute value.' 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 =


Field Summary
static java.lang.String DISPID_1_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IID198dc955_519b_41ec_af33_1090d356c674
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getNetAttributeValue(java.lang.String bstrAttrName, int lObjectID)
          Returns the network attribute value by object ID.
 

Field Detail

IID198dc955_519b_41ec_af33_1090d356c674

static final int IID198dc955_519b_41ec_af33_1090d356c674
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_1_NAME

static final java.lang.String DISPID_1_NAME
See Also:
Constant Field Values
Method Detail

getNetAttributeValue

java.lang.Object getNetAttributeValue(java.lang.String bstrAttrName,
                                      int lObjectID)
                                      throws java.io.IOException,
                                             AutomationException
Returns the network attribute value by object ID.

Parameters:
bstrAttrName - The bstrAttrName (in)
lObjectID - The lObjectID (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.