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


IPMF.PMFPublish Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherUI > ESRI.ArcGIS.PublisherUI > Interfaces > IP > IPMF Interface > IPMF.PMFPublish Method
ArcGIS Developer Help

IPMF.PMFPublish Method

Create the PMF file using the current settings.

[Visual Basic .NET]
Public Sub PMFPublish ( _
    ByVal bsDocument As String _
)
[C#]
public void PMFPublish (
    string bsDocument
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Create a published map (.pmf) from a map document (.mxd) for use in ArcReader.

Remarks

Publish a Map Document (.mxd) using the PMFSettings.

object.PMFPublish "C:\output_directory\MapName.pmf"

See Also

IPMF Interface