bool CanCreateLayer<T>( LayerCreationParams layerParams, ILayerContainerEdit container ) where T: Layer
Function CanCreateLayer(Of T As Layer)( _ ByVal layerParams As LayerCreationParams, _ ByVal container As ILayerContainerEdit _ ) As Boolean
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 indicates that a layer can be created.