public interface esriAssociationDeleteType
extends java.io.Serializable
Description: 'Utility network association deletion behavior type for network features.' 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 |
esriADTCascade
The associated features are deleted.
|
static int |
esriADTRestricted
If the feature has any associations, deleting the feature will fail.
|
static int |
esriADTSetToNone
Any associated features will not be deleted, but the associations will no longer exist.
|
static final int esriADTCascade
static final int esriADTSetToNone
static final int esriADTRestricted