|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICadDrawingLayers
Provides access to properties that give information on the layers in the CAD drawing.
| Method Summary | |
|---|---|
int |
getDrawingLayerCount()
The number of layers in the CAD drawing. |
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. |
| Method Detail |
|---|
int getDrawingLayerCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDrawingLayerName(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDrawingLayerVisible(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDrawingLayerVisible(int index,
boolean visible)
throws IOException,
AutomationException
index - The index (in)visible - The visible (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isOriginalDrawingLayerVisible(int index)
throws IOException,
AutomationException
index - The index (in)
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 | ||||||||