Public Function CanCreateLayer(Of T As Layer)( _ ByVal layerParams As LayerCreationParams, _ ByVal container As ILayerContainerEdit _ ) As Boolean
public bool CanCreateLayer<T>( LayerCreationParams layerParams, ILayerContainerEdit container ) where T: Layer
Parameters
- layerParams
- Can be one of LayerCreationParams derived objects.
- container
- A map or group layer instance to which the Layer will be added.
Type Parameters
- T
- Expected Layer Type
Return Value
A boolean indication that the layer instance corresponding to type T can be created.