public LayerCreationParams( CIMLayerDocument layerDoc )
Public Function New( _ ByVal layerDoc As CIMLayerDocument _ )
Parameters
- layerDoc
- A ArcGIS.Core.CIM.CIMLayerDocument object.
public LayerCreationParams( CIMLayerDocument layerDoc )
Public Function New( _ ByVal layerDoc As CIMLayerDocument _ )
//Note: Call within QueuedTask.Run() var layerDoc = new LayerDocument(@"E:\Data\SDK\Default2DPointSymbols.lyrx"); var createParams = new LayerCreationParams(layerDoc.GetCIMLayerDocument()); LayerFactory.Instance.CreateLayer<FeatureLayer>(createParams, MapView.Active.Map);
Target Platforms: Windows 11, Windows 10