|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDECadDrawingDataset
COM Interface 'IDECadDrawingDataset'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description: 'Provides access to the CadDrawingDataset Data Element.' 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 |
IID6ec9d0c5_c3c5_4a2c_b9b3_5959209f427c
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID6ec9d0c5_c3c5_4a2c_b9b3_5959209f427c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean is2d() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIs2d(boolean is2d) throws java.io.IOException, AutomationException
is2d
- The is2d (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean is3d() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIs3d(boolean is3d) throws java.io.IOException, AutomationException
is3d
- The is3d (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAutoCad() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsAutoCad(boolean isAutoCad) throws java.io.IOException, AutomationException
isAutoCad
- The isAutoCad (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDgn() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsDgn(boolean isDgn) throws java.io.IOException, AutomationException
isDgn
- The isDgn (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 |