ArcFM Responder Mobile Developer Guide
RaiseNotifyRelationshipChanged Method






Syntax
'Declaration
 
Sub RaiseNotifyRelationshipChanged( _
   ByVal pRC As ESRI.ArcGIS.Geodatabase.IRelationshipClass _
) 
'Usage
 
Dim instance As IMMEditNotificationListener
Dim pRC As ESRI.ArcGIS.Geodatabase.IRelationshipClass
 
instance.RaiseNotifyRelationshipChanged(pRC)
void RaiseNotifyRelationshipChanged( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass pRC
)
procedure RaiseNotifyRelationshipChanged( 
    pRC: ESRI.ArcGIS.Geodatabase.IRelationshipClass
); 
function RaiseNotifyRelationshipChanged( 
   pRC : ESRI.ArcGIS.Geodatabase.IRelationshipClass
);
void RaiseNotifyRelationshipChanged( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass* pRC
) 
void RaiseNotifyRelationshipChanged( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass^ pRC
) 

Parameters

pRC
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

IMMEditNotificationListener Interface
IMMEditNotificationListener Members

Send Feedback