ArcFM Solution Developer Guide
RelationshipCreated Method






Syntax
'Declaration
 
Sub RelationshipCreated( _
   ByVal pRelationship As ESRI.ArcGIS.Geodatabase.IRelationship _
) 
'Usage
 
Dim instance As IMMAutoUpdater3
Dim pRelationship As ESRI.ArcGIS.Geodatabase.IRelationship
 
instance.RelationshipCreated(pRelationship)
void RelationshipCreated( 
   ESRI.ArcGIS.Geodatabase.IRelationship pRelationship
)
procedure RelationshipCreated( 
    pRelationship: ESRI.ArcGIS.Geodatabase.IRelationship
); 
function RelationshipCreated( 
   pRelationship : ESRI.ArcGIS.Geodatabase.IRelationship
);
void RelationshipCreated( 
   ESRI.ArcGIS.Geodatabase.IRelationship* pRelationship
) 
void RelationshipCreated( 
   ESRI.ArcGIS.Geodatabase.IRelationship^ pRelationship
) 

Parameters

pRelationship
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMAutoUpdater3 Interface
IMMAutoUpdater3 Members

Send Feedback