This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Publisher > ESRI.ArcGIS.Publisher > Interfaces > IP > IPMFPublish2 Interface > IPMFPublish2.PublishGlobe Method (ArcObjects .NET 10.5 SDK) |
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 );