ArcObjects Library Reference (Carto)  

IOleFrame.Hide Method

Stop editing the object.

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

Product Availability

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

Remarks

The Hide method is used to stop the editing process on the OLE object.  The method should be executed after the Edit method has been utilized and the user has completed editing.

 

See Also

IOleFrame Interface