ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMFloorFilterSettings Class
Properties Methods Events


In This Topic
    CIMFloorFilterSettings Class Members
    In This Topic

    The following tables list the members exposed by CIMFloorFilterSettings.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether or not the floor filter is enabled and filtering the displayed content according to the floor filter selections.  
    Public Property Gets or sets a value indicating whether the levels lists are showing the long names from the NAME field or showing the short names from the NAME_SHORT field.  
    Public Property Gets or sets a value indicating whether the floor filter has been minimized to show only the levels list or if it is showing the full set of breadcrumbs.  
    Public Property Gets or sets a value indicating whether the levels portion of the floor filter have been pinned to show the levels lists or the floor filter includes the levels as a breadcrumb dropdown.  
    Public Property Gets or sets the facility ID for the selected facility, which is used when filtering layers by FACILITY_ID.  
    Public Property Gets or sets the level ID for the selected level, which is used when filtering layers by LEVEL_ID or the layer's configured floor-aware properties.  
    Public Property Gets or sets the site ID for the selected site, which is used when filtering layers by SITE_ID (optional).  
    Public Property Gets or sets the array of facility ids belonging to the selected site (only if just site has been selected).  
    Public Property Gets or sets the array of level ids belonging to the selected site (only if just site has been selected).  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMFloorFilterSettings.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMFloorFilterSettings with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMFloorFilterSettings and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also