Gets or sets the
ArcGIS.Core.CIM.CIMMapSurround of the map surround style item.
Get map surround from MapSurroundStyleItem
MapSurroundStyleItem mapSurroundItem = null;
CIMMapSurround mapSurround = await QueuedTask.Run<CIMMapSurround>(() =>
{
return mapSurroundItem.MapSurround;
});
Get map surround from MapSurroundStyleItem
MapSurroundStyleItem mapSurroundItem = null;
CIMMapSurround mapSurround = await QueuedTask.Run<CIMMapSurround>(() =>
{
return mapSurroundItem.MapSurround;
});
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3 or higher.