public interface IUNGroupedLocation
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a telecom network grouped trace location.' 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 |
IID96ab3fc9_73b2_4b7e_b5e6_b3e45cef99c7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
short |
getFirstUnit()
Returns the first unit.
|
short |
getNumUnits()
Returns the number of units.
|
void |
setFirstUnit(short firstUnit)
Returns the first unit.
|
void |
setNumUnits(short numUnits)
Returns the number of units.
|
static final int IID96ab3fc9_73b2_4b7e_b5e6_b3e45cef99c7
static final int xxDummy
static final java.lang.String IID
short getFirstUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFirstUnit(short firstUnit) throws java.io.IOException, AutomationException
firstUnit
- The firstUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.short getNumUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNumUnits(short numUnits) throws java.io.IOException, AutomationException
numUnits
- The numUnits (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.