Overload | Description |
---|---|
LayerDocument Constructor(CIMLayerDocument) | Creates a LayerDocument instance using a ArcGIS.Core.CIM.CIMLayerDocument. |
LayerDocument Constructor(String) | Creates LayerDocument instance from a Layer File (.lyrx). This constructor must be called on the MCT. Use QueuedTask.Run. |
LayerDocument Constructor(Layer) | Creates LayerDocument instance from a Layer object This constructor must be called on the MCT. Use QueuedTask.Run. |