public interface ICadDrawingLayers
extends java.io.Serializable
Description: 'Provides access to properties that give information on the layers in the CAD drawing.' 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 |
IIDe37f71aa_bfb1_11d2_9b20_00c04fa33299 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getDrawingLayerCount()
The number of layers in the CAD drawing.
|
java.lang.String |
getDrawingLayerName(int index)
The name of the CAD drawing layer at the specified index.
|
boolean |
isDrawingLayerVisible(int index)
Indicates if the specified CAD drawing layer visible in the CAD layer in ArcMap.
|
boolean |
isOriginalDrawingLayerVisible(int index)
Indicates if the specified CAD drawing layer visible in the CAD drawing itself.
|
void |
setDrawingLayerVisible(int index,
boolean visible)
Indicates if the specified CAD drawing layer visible in the CAD layer in ArcMap.
|
static final int IIDe37f71aa_bfb1_11d2_9b20_00c04fa33299
static final int xxDummy
static final java.lang.String IID
int getDrawingLayerCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDrawingLayerName(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDrawingLayerVisible(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDrawingLayerVisible(int index, boolean visible) throws java.io.IOException, AutomationException
index
- The index (in)visible
- The visible (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isOriginalDrawingLayerVisible(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.