ArcObjects Library Reference (PublisherControls)  

IARGlobeControl.CheckDocument Method

Checks the document filename to determine if its a valid Published Map File (*.PMF), published with permission to load into the control.

[Visual Basic .NET]
Public Function CheckDocument ( _
    ByVal sFilename As String _
) As Boolean
[C#]
public bool CheckDocument (
    string sFilename
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Determines whether the specified Published Map File (*.pmf) is a valid file and was published with permission to load into the ArcReaderGlobeControl.

See Also

IARGlobeControl Interface