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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.
See Also
IFeatureClassEdit Interface | IClassExtension Interface | IRelationshipClass Interface