ArcObjects Library Reference (Carto)  

IOleFrame.Edit Method

Edit the object in-place.

[Visual Basic .NET]
Public Sub Edit ( _
)
[C#]
public void Edit (
);
[C++]
HRESULT Edit(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The Edit method is used to edit the OLE object in place.  Editing takes place with the frame defined for the object and no additional windows are created.  In contrast, the Open method will open up a separate window for editing the object.

Use this method to provide editing capabilities for the OLE object without opening an additional window.  Execute the Hide method to stop editing on the object.

 

See Also

IOleFrame Interface