public interface esriAttributionRuleEvent
extends java.io.Serializable
Description: 'Specifies the edit event that will automatically run the attribution rule.' 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 int |
esriAREAll
When a new object is deleted in the object class.
|
static int |
esriARENone
No event will automatically trigger the rule.
|
static int |
esriAREOnChangeAttribute
When a new object's attributes are updated in the object class.
|
static int |
esriAREOnChangeGeometry
When a new object's geometry is updated in the object class.
|
static int |
esriAREOnCreate
When a new object is created in the object class.
|
static int |
esriAREOnDelete
When a new object is deleted in the object class.
|
static final int esriARENone
static final int esriAREOnCreate
static final int esriAREOnChangeAttribute
static final int esriAREOnChangeGeometry
static final int esriAREOnDelete
static final int esriAREAll