public void SetFilterTypes( string filterID, List<string> includedTypes )
Public Sub SetFilterTypes( _ ByVal filterID As String, _ ByVal includedTypes As List(Of String) _ )
Parameters
- filterID
- The filter id
- includedTypes
- The included filter types
public void SetFilterTypes( string filterID, List<string> includedTypes )
Public Sub SetFilterTypes( _ ByVal filterID As String, _ ByVal includedTypes As List(Of String) _ )
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
System.ArgumentException | includedTypes is null |
System.ArgumentException | filter not found |
System.ArgumentException | filter is missing filter blocks |
Target Platforms: Windows 11, Windows 10