public interface IUtilityNetworkName
extends java.io.Serializable
Description: 'Provides access to properties of a utility network name.' 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 |
IIDc2b01acf_df6d_4f61_8437_5fb07a0a02a9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IDatasetName |
getFeatureDatasetName()
Returns the name of feature dataset containing the utility network.
|
void |
setFeatureDatasetNameByRef(IDatasetName name)
Returns the name of feature dataset containing the utility network.
|
static final int IIDc2b01acf_df6d_4f61_8437_5fb07a0a02a9
static final int xxDummy
static final java.lang.String IID
IDatasetName getFeatureDatasetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFeatureDatasetNameByRef(IDatasetName name) throws java.io.IOException, AutomationException
name
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.