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


IPMFPublish2.PublishGlobe Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Publisher > ESRI.ArcGIS.Publisher > Interfaces > IP > IPMFPublish2 Interface > IPMFPublish2.PublishGlobe Method
ArcGIS Developer Help

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