Edit the object in a separate application window.
[Visual Basic .NET]
Public Sub Open ( _
)
[C#] public void Open ( );
[C++]
HRESULT Open(
void
);
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The Open method is used to open the OLE object in a separate window. Use this method when you want to open the OLE object in its native environment. For instance, if the OLE object is a Word document, executing the Open method will start Word with the current object as the active document.