This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassEdit Interface > IFeatureClassEdit.HasCustomSplitPolicyForRelationship Method (ArcObjects .NET 10.5 SDK) |
True if the feature class has a custom split policy for handling relationships.
[Visual Basic .NET] Public Function HasCustomSplitPolicyForRelationship ( _ ) As Boolean
[C#] public bool HasCustomSplitPolicyForRelationship ( );
[C++]
HRESULT HasCustomSplitPolicyForRelationship(
VARIANT_BOOL* hasCustomPolicy
);
[C++]
Parameters hasCustomPolicy [out, retval] hasCustomPolicy is a parameter of type VARIANT_BOOL
When a feature with related objects is split, the relationships are modified depending on the type (simple or composite) and cardinality of the relationship class. If the default behavior is not appropriate for a class, return True for the HasCustomSplitPolicy method. Through the CustomSplitPolicyForRelationship property, a custom split policy can be specified according to subtype and relationship.
IFeatureClassEdit Interface | IClassExtension Interface | IRelationshipClass Interface