ArcObjects Library Reference (PublisherControls)  

IARGlobeControlDefault.UnloadDocument Method

Unloads the currently loaded Published Map File (*.PMF) from the control.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The UnloadDocument method removes the currently loaded PMF document from the ArcReaderGlobeControl and causes the DocumentFilename property to update itself with an empty string. At this point the ArcReaderGlobeControl is empty.

See Also

IARGlobeControlDefault Interface