class ActivateMapHandle

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
mapping_handleMappingHandleMapping that the active map is asked forTo set mapping_handle, you simply assign a value directly to a field within mapping_handle. You can also use the parent message's HasField() method to check if a message type field value has been set.
map_group_handleMapGroupHandleMap group that the active map is asked for (not implemented yet)To set map_group_handle, you simply assign a value directly to a field within map_group_handle. You can also use the parent message's HasField() method to check if a message type field value has been set.
map_handleMapHandleNew active mapTo set map_handle, you simply assign a value directly to a field within map_handle. You can also use the parent message's HasField() method to check if a message type field value has been set.

Parent topic: Base (Python)