public interface ITinEditErrorLog
extends java.io.Serializable
Description: 'Provides access to TIN's internal edit errors.' 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 |
IID0f7f5a1e_5588_40ab_b7f0_777a4b0c8958 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
clearEditErrorLog()
Clears existing error log contents.
|
java.lang.String |
getCurrentObjectClassName()
Name representing a group of shapes to be added/edited.
|
long |
getCurrentObjectID()
ID of the shape to be added/edited.
|
int |
getEditErrorCount()
The number of errors.
|
void |
saveEditErrorLog(java.lang.String fileName)
Saves error log contents to a file.
|
void |
setCurrentObjectClassName(java.lang.String pName)
Name representing a group of shapes to be added/edited.
|
void |
setCurrentObjectID(long pID)
ID of the shape to be added/edited.
|
static final int IID0f7f5a1e_5588_40ab_b7f0_777a4b0c8958
static final int xxDummy
static final java.lang.String IID
void clearEditErrorLog() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void saveEditErrorLog(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getEditErrorCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCurrentObjectClassName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCurrentObjectClassName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCurrentObjectID(long pID) throws java.io.IOException, AutomationException
pID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long getCurrentObjectID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.