public List<SubtypeFeatureLayerCreationParams> SubtypeLayers {get; set;}
Public Property SubtypeLayers As List(Of SubtypeFeatureLayerCreationParams)
public List<SubtypeFeatureLayerCreationParams> SubtypeLayers {get; set;}
Public Property SubtypeLayers As List(Of SubtypeFeatureLayerCreationParams)
If you do not provide any list, LayerFactory.CreateLayer<T> will create a SubtypeGroupLayer with all subtypes available at the source.
If you want to create a SubtypeGroupLayer with only a subset of all available subtypes and/or create them with pre-defined renderer, you must provide a list of SubtypeFeatureLayerCreationParams.
Target Platforms: Windows 10, Windows 8.1, Windows 7