ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / BrowseProjectFilter Class


In This Topic
    BrowseProjectFilter Class Methods
    In This Topic

    For a list of all members of this type, see BrowseProjectFilter members.

    Public Methods
     NameDescription
    Public Method Adds specified filter flag to the canBeFlags collection of the BrowseProjectFilter instance  
    Public Method Adds specified typeid to the canBeTypeId collection of the BrowseProjectFilter instance  
    Public Method Adds specified typeid to the doBrowseIntoTypeId collection of the BrowseProjectFilter instance  
    Public Method Adds specified filter flag to the dontBrowseIntoFlag collection of the BrowseProjectFilter instance  
    Public Method Adds specified typeid to the dontBrowseIntoTypeId collection of the BrowseProjectFilter instance  
    Public Method Adds an instance of a BrowseProjectFilter to the Filters collection property. used to make composite filters  
    Public Method Adds specified filter flag to the mustBeFlag collection of the BrowseProjectFilter instance  
    Public Method Adds specified filter flag to the mustNotBeFlag collection of the BrowseProjectFilter instance  
    Public Method Adds specified typeid to the mustNotBeTypeId collection of the BrowseProjectFilter instance  
    Public Method Returns true if this typeid can be selected while using this browseDialogFilter instance  
    Public Method Returns a new instance of a BrowseProjectFilter with the same properties as the one being cloned  
    Public Methodstatic (Shared in Visual Basic) Gets an instance of a BrowseProjectFilter defined by the named daml-declared filter  
    Public Methodstatic (Shared in Visual Basic) Gets the set of filter flags for the specified typeId.  
    Public Methodstatic (Shared in Visual Basic) Gets an enumeration of the names of all daml-declared filters  
    Public Methodstatic (Shared in Visual Basic) Gets the set of typeIds for the specified filter flag.  
    Top
    See Also