This document is archived and information here might be outdated.  Recommended version.


IPMFPublish2.PublishGlobe Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Publisher)  

IPMFPublish2.PublishGlobe Method

Create the PMF file using the current settings.

[Visual Basic .NET]
Public Sub PublishGlobe ( _
    ByVal pGlobe As IGlobe, _
    ByVal pSettings As IPropertySet, _
    ByVal bRelativePaths As Boolean, _
    ByVal bsDocument As String _
)
[C#]
public void PublishGlobe (
    IGlobe pGlobe,
    IPropertySet pSettings,
    bool bRelativePaths,
    string bsDocument
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

See Also

IPMFPublish2 Interface