ArcFM Responder Mobile Developer Guide
EditedObject Property (EditRelationshipEventArgs)






Gets the edited object.
Syntax
'Declaration
 
Public ReadOnly Property EditedObject As ESRI.ArcGIS.Geodatabase.IRelationship
'Usage
 
Dim instance As EditRelationshipEventArgs
Dim value As ESRI.ArcGIS.Geodatabase.IRelationship
 
value = instance.EditedObject
public ESRI.ArcGIS.Geodatabase.IRelationship EditedObject {get;}
public read-only property EditedObject: ESRI.ArcGIS.Geodatabase.IRelationship; 
public function get EditedObject : ESRI.ArcGIS.Geodatabase.IRelationship
public: __property ESRI.ArcGIS.Geodatabase.IRelationship* get_EditedObject();
public:
property ESRI.ArcGIS.Geodatabase.IRelationship^ EditedObject {
   ESRI.ArcGIS.Geodatabase.IRelationship^ get();
}

Property Value

The edited object.
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

EditRelationshipEventArgs Class
EditRelationshipEventArgs Members

Send Feedback