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 > IPMFPublish Interface > IPMFPublish.Publish Method (ArcObjects .NET 10.5 SDK) |
Create the PMF file using the current settings.
[Visual Basic .NET] Public Sub Publish ( _ ByVal pPageLayout As IPageLayout, _ ByVal pDefaultView As IActiveView, _ ByVal pSettings As IPropertySet, _ ByVal bRelativePaths As Boolean, _ ByVal bsDocument As String _ )
[C#] public void Publish ( IPageLayout pPageLayout, IActiveView pDefaultView, IPropertySet pSettings, bool bRelativePaths, string bsDocument );
Use Publish to create published maps from a Map Document.