Map Series and Pro SDK

766
1
Jump to solution
04-20-2017 10:40 AM
deleted-user-2qj0mslSQL55
New Contributor II

I’m trying to get a hook in to map series with the ArcGIS Pro SDK... have an existing Pro project with map series enabled and wanted to programmatically get/set CurrentPageID.

...looking for a code snippet.  

ArcGIS Pro 1.4 API Reference Guide 

using ArcGIS.Core.CIM;

....

CIMPage page = layout.GetPage(); // this works great..

CIMLayout cimLayout = layoutItem.GetLayout(); // cant seem to figure out how to initialize ..
var mapid = cimLayout.MapSeries.CurrentPageID

0 Kudos
1 Solution

Accepted Solutions
deleted-user-2qj0mslSQL55
New Contributor II

CIMLayout will be available in a later release, scheduled for 2.0 of Pro SDK.

View solution in original post

0 Kudos
1 Reply
deleted-user-2qj0mslSQL55
New Contributor II

CIMLayout will be available in a later release, scheduled for 2.0 of Pro SDK.

0 Kudos