ArcFM Responder Mobile Developer Guide
NotifyRelationshipChanged Method (MMQAQCTopLevelClass)






Syntax
'Declaration
 
Public Overridable Sub NotifyRelationshipChanged( _
   ByVal pRC As ESRI.ArcGIS.Geodatabase.IRelationshipClass _
) 
'Usage
 
Dim instance As MMQAQCTopLevelClass
Dim pRC As ESRI.ArcGIS.Geodatabase.IRelationshipClass
 
instance.NotifyRelationshipChanged(pRC)
public virtual void NotifyRelationshipChanged( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass pRC
)
public procedure NotifyRelationshipChanged( 
    pRC: ESRI.ArcGIS.Geodatabase.IRelationshipClass
); virtual; 
public function NotifyRelationshipChanged( 
   pRC : ESRI.ArcGIS.Geodatabase.IRelationshipClass
);
public: virtual void NotifyRelationshipChanged( 
   ESRI.ArcGIS.Geodatabase.IRelationshipClass* pRC
) 
public:
virtual void NotifyRelationshipChanged( 
   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

MMQAQCTopLevelClass Class
MMQAQCTopLevelClass Members

Send Feedback