ArcFM Solution Developer Guide
CustomSplitPolicyForRelationship Property


Syntax
'Declaration
 
Public Overridable ReadOnly Property CustomSplitPolicyForRelationship( _
   ByVal Row As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal relClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass _
) As ESRI.ArcGIS.Geodatabase.esriRelationshipSplitPolicy
'Usage
 
Dim instance As MMComplexEdgeFeatureExtensionClass
Dim Row As ESRI.ArcGIS.Geodatabase.IRow
Dim relClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass
Dim value As ESRI.ArcGIS.Geodatabase.esriRelationshipSplitPolicy
 
value = instance.CustomSplitPolicyForRelationship(Row, relClass)
public virtual ESRI.ArcGIS.Geodatabase.esriRelationshipSplitPolicy CustomSplitPolicyForRelationship( 
   ESRI.ArcGIS.Geodatabase.IRow Row,
   ESRI.ArcGIS.Geodatabase.IRelationshipClass relClass
) {get;}

Parameters

Row
relClass
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MMComplexEdgeFeatureExtensionClass Class
MMComplexEdgeFeatureExtensionClass Members

 

 


Send Comment