public interface ICadDrawingDataset
extends java.io.Serializable
Description: 'Provides access to members that control the Cad Drawing Dataset.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6c1d6540_4930_11d3_9b39_00c04fa33299 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
static final int IID6c1d6540_4930_11d3_9b39_00c04fa33299
static final int xxDummy
static final java.lang.String IID
java.lang.String getFilePath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean is2d() throws java.io.IOException, AutomationException
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.boolean isAutoCad() throws java.io.IOException, AutomationException
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.boolean isExists() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.