ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LayerDocument Class


In This Topic
    LayerDocument Class Methods
    In This Topic

    For a list of all members of this type, see LayerDocument members.

    Public Methods
     NameDescription
    Public MethodCreate a json encoding for the ArcGIS.Core.CIM.CIMLayerDocument and its current state. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a ArcGIS.Core.CIM.CIMLayerDocument instance.  
    Public MethodPopulates a LayerDocument from a json string that represents ArcGIS.Core.CIM.CIMLayerDocument. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Loads from Layer File (.lyrx) This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Save as a Layer File (.lyrx) This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also