public interface ISegmentID
extends java.io.Serializable
Description: 'Provides access to members that allow simple manipulations of IDs at the segment level.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID703052bd_25f1_11d3_9f3f_00c04f6bdf0d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
getIDs(int[] fromID,
int[] toID)
Get the IDs on the segment's endpoints.
|
void |
setIDs(int fromID,
int toID)
Set the IDs on the segment's endpoints.
|
static final int IID703052bd_25f1_11d3_9f3f_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
void getIDs(int[] fromID, int[] toID) throws java.io.IOException, AutomationException
fromID
- The fromID (out: use single element array)toID
- The toID (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIDs(int fromID, int toID) throws java.io.IOException, AutomationException
fromID
- The fromID (in)toID
- The toID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.