GeoProcessor / Command / AddGeoMapToGeoMapProject
Overview
The AddGeoMapToGeoMapProject
command adds an existing GeoMap to an existing GeoMapProject.
- See the
CreateGeoMap
documentation for guidance on creating maps. - See the GeoMapProject documentation for background and GeoMapProject file format specification.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
AddGeoMapToGeoMapProject
Command Editor (see full-size image)
Command Syntax
The command syntax is as follows:
AddGeoLyerViewGroupToGeoMap(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
GeoMapProjectID required |
The ID of the new GeoMapProjectID. | None - must be specified. |
GeoMapID required |
The ID of the GeoMap. | None - must be specified. |
InsertPosition |
The position to insert the GeoMap:
|
Bottom |
InsertBefore |
The GeoMapID to insert before. | |
InsertAfter |
The GeoMapID to insert after. |
Examples
See the automated tests.
Troubleshooting
See Also
AddGeoLayerViewGroupToGeoMap
commandAddGeoLayerViewToGeoMap
commandCreateGeoMap
commandCreateGeoMapProject
commandSetGeoLayerViewCategorizedSymbol
commandSetGeoLayerViewGraduatedSymbol
commandSetGeoLayerViewSingleSymbol
commandWriteGeoMapProjectToJSON
command