This document is archived and information here might be outdated.  Recommended version.


IFeatureClassEdit.HasCustomSplitPolicyForRelationship Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassEdit Interface > IFeatureClassEdit.HasCustomSplitPolicyForRelationship Method
ArcGIS Developer Help

IFeatureClassEdit.HasCustomSplitPolicyForRelationship Method

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(
void
);

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