|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadDrawingLayers
COM Interface 'ICadDrawingLayers'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDe37f71aa_bfb1_11d2_9b20_00c04fa33299
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IIDe37f71aa_bfb1_11d2_9b20_00c04fa33299
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |