|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetElementDescription
Provides access to members that get information about the element described by this NetElementDescription object.
INetElementDescription
,
INetElementDescriptionEdit
,
INetElementClass
,
INetElements
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. |
Method Detail |
---|
int getUserClassID() throws IOException, AutomationException
UserClassID returns the object class ID of the element. Use INetElementDescriptionEdit to update the value.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUserID() throws IOException, AutomationException
UserID returns the object ID (OID) of the element. Use INetElementDescriptionEdit to update the value.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUserSubID() throws IOException, AutomationException
UserSubID returns the index number of the element within the feature. Use INetElementDescriptionEdit to update the value.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getElementType() throws IOException, AutomationException
ElementType returns the type of the element. The possible types are esriETEdge (value of 2), esriETJunction (value of 1), esriETNone (value of 0), and esriETTurn (value of 3).
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 |