Create Separate Mobile Map Package for each area

489
1
Jump to solution
04-18-2018 08:04 AM
MohamedNabil1
New Contributor II

Hi,

I am using CreateMobileMapPackage_management function to create mppk file, I am passing Area of interest layer for this function

But I need to generate a separate mppk file for each area in the  area of interest layer and not only one mppk file.

How can i perform that?

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
JensBuchta
Occasional Contributor

If you pass a layer into a GeoProcessing - Tool, the GP-Tool honors the current selection set of that layer.

Thus, you can create a loop, which makes use of SelectLayerByAttribute_management first and then executes CreateMobileMapPackage.

View solution in original post

1 Reply
JensBuchta
Occasional Contributor

If you pass a layer into a GeoProcessing - Tool, the GP-Tool honors the current selection set of that layer.

Thus, you can create a loop, which makes use of SelectLayerByAttribute_management first and then executes CreateMobileMapPackage.