Overload | Description |
---|---|
CreateFeatureLayer(FeatureClass,ILayerContainerEdit,Int32,String,RendererDefinition) | Overloaded. Create a new Feature Layer instance using an ArcGIS.Core.Data.FeatureClas and adds that to a container such as a map or group layer. Optionally you can provide a name and rendererDefinition to override the default display name and renderer respectively. This method must be called on the MCT. Use QueuedTask.Run |
CreateFeatureLayer(FeatureClass,ILayerContainerEdit,LayerPosition,String,RendererDefinition) | Overloaded. Create a new Feature Layer instance using an ArcGIS.Core.Data.FeatureClas and adds that to a container such as a map or group layer. Optionally you can provide a name and rendererDefinition to override the default display name and renderer respectively. This method must be called on the MCT. Use QueuedTask.Run |
CreateFeatureLayer(Item,ILayerContainerEdit,Int32,String,RendererDefinition) | Overloaded. Creates a new Feature Layer instance using the specified Item and adds that to a container such as a map or group layer. Optionally you can provide a name and rendererDefinition to override the default display name and renderer respectively. This method must be called on the MCT. Use QueuedTask.Run. |
CreateFeatureLayer(Item,ILayerContainerEdit,LayerPosition,String,RendererDefinition) | Overloaded. Creates a new Feature Layer instance using the specified Item and adds that to a container such as a map or group layer. Optionally you can provide a name and rendererDefinition to override the default display name and renderer respectively. This method must be called on the MCT. Use QueuedTask.Run |
CreateFeatureLayer(Uri,ILayerContainerEdit,Int32,String,RendererDefinition) | Creates a new Feature Layer instance with the specified path to a dataset and adds it to a container such as a map or a group layer. Optionally you can provide a name and rendererDefinition to override the default display name and renderer respectively. This method must be called on the MCT. Use QueuedTask.Run. |
CreateFeatureLayer(Uri,ILayerContainerEdit,LayerPosition,String,RendererDefinition) | Creates a new Feature Layer instance with the specified path to a dataset and adds it to a container such as a map or a group layer. Optionally you can provide a name and rendererDefinition to override the default display name and renderer respectively. This method must be called on the MCT. Use QueuedTask.Run. |
CreateFeatureLayer(CIMDataConnection,ILayerContainerEdit,Int32,String,RendererDefinition) | Overloaded. Create a new Feature Layer instance using a CIMDataConnection and adds that to a container such as a map or group layer. Optionally you can provide a name and rendererDefinition to override the default display name and renderer respectively. This method must be called on the MCT. Use QueuedTask.Run |
CreateFeatureLayer(CIMDataConnection,ILayerContainerEdit,LayerPosition,String,RendererDefinition) | Overloaded. Create a new Feature Layer instance using a CIMDataConnection and adds that to a container such as a map or group layer. Optionally you can provide a name and rendererDefinition to override the default display name and renderer respectively. This method must be called on the MCT. Use QueuedTask.Run |