ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / BuildingSceneLayer Class / GetFilterTypes Method

In This Topic
    GetFilterTypes Method
    In This Topic
    Returns a list of currently defined filter types.
    Syntax
    public List<string> GetFilterTypes( 
       string filterID
    )
    Public Function GetFilterTypes( _
       ByVal filterID As String _
    ) As List(Of String)

    Parameters

    filterID

    Return Value

    Exceptions
    ExceptionDescription
    filter not found
    Remarks
    If there are no filter types an empty list is returned
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also