ArcObjects Library Reference (Publisher)  

IPMFPublish3 Interface

Provides access to members used to programatically create PMF files.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Members

Description
Method GetDefaultPublisherSettings Settings used when creating the PMF file.
Method Publish Create the PMF file using the current settings.
Method PublishGlobe Create the PMF file using the current settings.
Method PublishWithOrder Create the PMF file using the current settings and the map order specified in the IArray parameter.
Method ValidateObject Perform validation on the view. The results of the validation are returned in the BSTR results parameter.

Inherited Interfaces

Interfaces Description
IPMFPublish2 Provides access to members used to programatically create PMF files.
IPMFPublish Provides access to members used to programatically create PMF files.

CoClasses that implement IPMFPublish3

CoClasses and Classes Description
PublisherEngine Publisher Engine coclass, used to create Published Map Files.

.NET Samples

Publish a map (Code Files: PublishMap)