com.esri.arcgis.geodatabase
Interface INetElementDescription

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INetElementDescriptionEdit
All Known Implementing Classes:
INetElementDescriptionEditProxy, INetElementDescriptionProxy, NetElementDescription

public interface INetElementDescription
extends java.io.Serializable

COM Interface 'INetElementDescription'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that get information about the element described by this NetElementDescription object.' 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 IID
          Deprecated. Internal use only
static int IIDb1eb90e0_0cfa_11d1_9cd7_00805f74d243
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getElementType()
          Type of network element described by this NetElementDescription object.
 int getUserClassID()
          User class ID for the element described by this NetElementDescription object.
 int getUserID()
          User ID for the element described by this NetElementDescription object.
 int getUserSubID()
          User sub ID for the element described by this NetElementDescription object.
 

Field Detail

IIDb1eb90e0_0cfa_11d1_9cd7_00805f74d243

static final int IIDb1eb90e0_0cfa_11d1_9cd7_00805f74d243
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
Method Detail

getUserClassID

int getUserClassID()
                   throws java.io.IOException,
                          AutomationException
User class ID for the element described by this NetElementDescription object.

Returns:
The elementclassUserID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUserID

int getUserID()
              throws java.io.IOException,
                     AutomationException
User ID for the element described by this NetElementDescription object.

Returns:
The userID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUserSubID

int getUserSubID()
                 throws java.io.IOException,
                        AutomationException
User sub ID for the element described by this NetElementDescription object.

Returns:
The userSubID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElementType

int getElementType()
                   throws java.io.IOException,
                          AutomationException
Type of network element described by this NetElementDescription object.

Returns:
A com.esri.arcgis.geodatabase.esriElementType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.