|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetElementDescriptionEdit
Provides access to members that set information for this NetElementDescription object.
INetElementDescription
,
INetElementDescriptionEdit
,
INetElementClass
,
INetElements
Method Summary | |
---|---|
void |
setElementType(int rhs1)
Type of network element for this NetElementDescription object. |
void |
setUserClassID(int rhs1)
User class ID for this NetElementDescription object. |
void |
setUserID(int rhs1)
User ID for this NetElementDescription object. |
void |
setUserSubID(int rhs1)
User sub ID for this NetElementDescription object. |
Methods inherited from interface com.esri.arcgis.geodatabase.INetElementDescription |
---|
getElementType, getUserClassID, getUserID, getUserSubID |
Method Detail |
---|
void setUserClassID(int rhs1) throws IOException, AutomationException
UserClassID allows setting and retrieval of the object class ID of the element. Use INetElementDescription for read-only access.
The UserClassID must be a positive integer.
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUserID(int rhs1) throws IOException, AutomationException
UserID allows setting and retrieval of the object ID (OID) of the element. Use INetElementDescription for read-only access.
The UserID must be a positive integer.
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUserSubID(int rhs1) throws IOException, AutomationException
UserSubID allows setting and retrieval of the sub ID of the element within the feature. Use INetElementDescription for read-only access.
The UserSubID must be a non-negative integer.
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElementType(int rhs1) throws IOException, AutomationException
ElementType return or sets 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).
rhs1
- A com.esri.arcgis.geodatabase.esriElementType constant (in)
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 |