|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICadDrawingDataset
Provides access to members that control the Cad Drawing Dataset.
| Method Summary | |
|---|---|
String |
getFilePath()
The Full PathName of the Cad File. |
boolean |
is2d()
Indicates whether Cad Dataset is 2d. |
boolean |
is3d()
Indicates whether Cad Dataset is 3d. |
boolean |
isAutoCad()
Indicates whether Cad Dataset is an AutoCad file. |
boolean |
isDgn()
Indicates whether Cad Dataset is an Microstation file. |
boolean |
isExists()
Indicates whether Cad Dataset exists. |
| Method Detail |
|---|
String getFilePath()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean is2d()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean is3d()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAutoCad()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDgn()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isExists()
throws IOException,
AutomationException
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 | ||||||||