CatalogLayer.IsMovable Property
Gets a value indicating if a catalog layer can be moved or not.
Syntax
public System.Boolean IsMovable { get; }
Property Value
A value indicating if a catalog layer can be moved or not.
Remarks
The MoveLayer method is supported for catalog layers as well. However, for this to work, the layer to be moved must be part of a reorderable group:
A group of map layers may be reorderable if they are "siblings" in the map layer hierarchy, with a common parent map layer.
The group must consist of two map layers or more.
Each map layer in the group must correspond to exactly one Carmenta Engine Layer instance.
All Carmenta Engine Layer instances of the group must be direct children of a common LayerSet.
This method can be used to test if these criteria are met before trying to move a layer.
Platforms
Windows, Linux, Android