ArcFM Solution Developer Guide
SaveRelationshipClasstoDB Method


IRelationshipClass
Given an IRelationshipClass object, this method saves the relationship class to a database.
Syntax
'Declaration
 
Sub SaveRelationshipClasstoDB( _
   ByVal pRelClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass _
) 
'Usage
 
Dim instance As IMMConfigTopLevel
Dim pRelClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass
 
instance.SaveRelationshipClasstoDB(pRelClass)
void SaveRelationshipClasstoDB( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass pRelClass
)

Parameters

pRelClass
IRelationshipClass
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

IMMConfigTopLevel Interface
IMMConfigTopLevel Members

 

 


Send Comment