public interface IRouteEventProperties2 extends IRouteEventProperties, java.io.Serializable
Description: 'Provides access to the properties of an event table.' 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 |
IID5ae87432_a9c0_42c4_8dfa_03e5c93785e9 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID35bdf2ed_3b21_11d4_9fcb_00c04f6bdf06
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorFieldName()
Name of the error field name.
|
boolean |
isAddErrorField()
Indicates if the error field should be added to the field set.
|
boolean |
isMDirectionOffsetting()
Indicates if the offset should based onthe M direction or the digitized direction.
|
void |
setAddErrorField(boolean value)
Indicates if the error field should be added to the field set.
|
void |
setErrorFieldName(java.lang.String fieldName)
Name of the error field name.
|
void |
setMDirectionOffsetting(boolean value)
Indicates if the offset should based onthe M direction or the digitized direction.
|
getEventMeasureUnit, getEventRouteIDFieldName, getLateralOffsetFieldName, getSettingError, isALineEvent, setEventMeasureUnit, setEventRouteIDFieldName, setLateralOffsetFieldName
static final int IID5ae87432_a9c0_42c4_8dfa_03e5c93785e9
static final int xxDummy
static final java.lang.String IID
void setAddErrorField(boolean value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAddErrorField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setErrorFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getErrorFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMDirectionOffsetting(boolean value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isMDirectionOffsetting() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.