Reference to the parent application.
[Visual Basic .NET]
Public ReadOnly Property Parent As AppRef
[C#]
public AppRef Parent {get;}
Product Availability
Available with ArcGIS Desktop.
Description
Returns a reference to the application that created the editor.
Remarks
The Parent property provides a convenient way to get a reference to the application that created the Editor object. Edit tasks often use this property since they are only passed an IEditor reference and not an IApplication reference. For example, for an edit task to work with the Map's selection environment, the task will have to access properties belonging to IMXApplication .
See Also
IEditor Interface | IApplication Interface | IEditor.EditState Property
.NET Samples
Angle Angle shape constructor ViperPin tool