ArcFM Engine Developer Guide
SetRelationshipClass(IRelationshipClass,String) Method


Syntax
'Declaration
 
Public Overloads Sub SetRelationshipClass( _
   ByVal relationshipClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass, _
   ByVal name As String _
) 
'Usage
 
Dim instance As RelationshipControl
Dim relationshipClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass
Dim name As String
 
instance.SetRelationshipClass(relationshipClass, name)
public void SetRelationshipClass( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass relationshipClass,
   string name
)

Parameters

relationshipClass
name
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

RelationshipControl Class
RelationshipControl Members
Overload List

 

 


Send Comment