|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDECadDrawingDataset
Provides access to the CadDrawingDataset Data Element.
Method Summary | |
---|---|
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. |
void |
setIs2d(boolean is2d)
Indicates whether Cad Dataset is 2d. |
void |
setIs3d(boolean is3d)
Indicates whether Cad Dataset is 3d. |
void |
setIsAutoCad(boolean isAutoCad)
Indicates whether Cad Dataset is an AutoCad file. |
void |
setIsDgn(boolean isDgn)
Indicates whether Cad Dataset is an Microstation file. |
Method Detail |
---|
boolean is2d() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIs2d(boolean is2d) throws IOException, AutomationException
is2d
- The is2d (in)
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.void setIs3d(boolean is3d) throws IOException, AutomationException
is3d
- The is3d (in)
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.void setIsAutoCad(boolean isAutoCad) throws IOException, AutomationException
isAutoCad
- The isAutoCad (in)
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.void setIsDgn(boolean isDgn) throws IOException, AutomationException
isDgn
- The isDgn (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 |