ArcFM Responder Mobile Developer Guide
RemapRelationships Method






Syntax
'Declaration
 
Public Sub RemapRelationships( _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) 
'Usage
 
Dim instance As RelationshipOidKeyRemapper
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
 
instance.RemapRelationships(workspace)
public void RemapRelationships( 
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace
)
public procedure RemapRelationships( 
    workspace: ESRI.ArcGIS.Geodatabase.IWorkspace
); 
public function RemapRelationships( 
   workspace : ESRI.ArcGIS.Geodatabase.IWorkspace
);
public: void RemapRelationships( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* workspace
) 
public:
void RemapRelationships( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ workspace
) 

Parameters

workspace
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

RelationshipOidKeyRemapper Class
RelationshipOidKeyRemapper Members

Send Feedback