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


IPMFPublish3.PublishWithOrder Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Publisher)  

IPMFPublish3.PublishWithOrder Method

Create the PMF file using the current settings and the map order specified in the IArray parameter.

[Visual Basic .NET]
Public Sub PublishWithOrder ( _
    ByVal pOrderedMaps As IArray, _
    ByVal pPageLayout As IPageLayout, _
    ByVal pDefaultView As IActiveView, _
    ByVal pSettings As IPropertySet, _
    ByVal bRelativePaths As Boolean, _
    ByVal bsDocument As String _
)
[C#]
public void PublishWithOrder (
    IArray pOrderedMaps,
    IPageLayout pPageLayout,
    IActiveView pDefaultView,
    IPropertySet pSettings,
    bool bRelativePaths,
    string bsDocument
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Use PublishWithOrder to ensure that multiple data frames within a map document are published in the correct order.

See Also

IPMFPublish3 Interface