ArcGIS Pro 3.7 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 Function GetFilterTypes( _
       ByVal filterID As String _
    ) As List(Of String)
    public List<string> GetFilterTypes( 
       string filterID
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also