ArcFM Desktop Developer Guide
EditRelationshipEventArgs Constructor


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The sender.
The editor.
The relationship.
Initializes a new instance of the EditRelationshipEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sender As Object, _
   ByVal editor As Editor, _
   ByVal relationship As ESRI.ArcGIS.Geodatabase.IRelationship _
)
'Usage
 
Dim sender As Object
Dim editor As Editor
Dim relationship As ESRI.ArcGIS.Geodatabase.IRelationship
 
Dim instance As New EditRelationshipEventArgs(sender, editor, relationship)
public EditRelationshipEventArgs( 
   object sender,
   Editor editor,
   ESRI.ArcGIS.Geodatabase.IRelationship relationship
)

Parameters

sender
The sender.
editor
The editor.
relationship
The relationship.
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

EditRelationshipEventArgs Class
EditRelationshipEventArgs Members

 

 


Send Comment