ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMBABenchmarkComparisonsProperties Class
Properties Methods Events


In This Topic
    CIMBABenchmarkComparisonsProperties Class Members
    In This Topic

    The following tables list the members exposed by CIMBABenchmarkComparisonsProperties.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets or sets the type of the Above and Below benchmark style.  
    Public Property Gets or sets above color.  
    Public Property Gets or sets a value indicating whether to add average row to the results table.  
    Public Property Gets or sets a value indicating whether to add difference benchmark field.  
    Public Property Gets or sets a value indicating whether to add median row to the results table.  
    Public Property Gets or sets a value indicating whether to add % difference benchmark field.  
    Public Property Gets or sets a value indicating whether to add standard deviation row to the results table.  
    Public Property Gets or sets below color.  
    Public Property Gets or sets benchmark feature ID.  
    Public Property Gets or sets a benchmark method.  
    Public Property Gets or sets benchmark style.  
    Public Property Gets or sets bottom color.  
    Public Property Gets or sets a bottom value for the Top and Bottom benchmark style.  
    Public Property Gets or sets a color ramp for High to Low, Above and Below and Quantiles benchmark styles.  
    Public Property Gets or sets the data source used in calculation of variables and standard geographies. Structure of the value is TYPE;COUNTRY_INFO;LOCAL_DATA_INFO where TYPE can be ONLINE, LOCAL, or CUSTOM. COUNTRY_INFO is country_id{|hierarchy}. For example, US|census or US. LOCAL_DATA_INFO is ID of local dataset. For example, USA_ESRI_2019. For example, for local US 2019 dataset it will be: "LOCAL;;USA_ESRI_2019". If online US data source is used, it may be "ONLINE;US|census;". Can be value of baDataSource GP GPEnvironment variable. https://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/ba-data-source.htm.  
    Public Property Gets or sets a fill color for the None benchmark style.  
    Public Property Gets or sets standard geography levels that can be added to the results table.  
    Public Property Gets or sets a greater than value for Highlight Extremes benchmark style.  
    Public Property Gets or sets the type of the Highlight Extremes benchmark style.  
    Public Property Gets or sets in-between color.  
    Public Property Gets or sets a value indicating whether the results table is transposed.  
    Public Property Gets or sets a less than value for Highlight Extremes benchmark style.  
    Public Property Gets or sets a map variable.  
    Public Property Gets or sets the Name field which is required.  
    Public Property Gets or sets neighboring geographies that can be added to the results table.  
    Public Property Gets or sets a number of quantiles for the Quantiles benchmark style.  
    Public Property Gets or sets an outline color for a selected benchmark style.  
    Public Property Gets or sets an outline size for a selected benchmark style.  
    Public Property Gets or sets quartile 1 color.  
    Public Property Gets or sets quartile 2 color.  
    Public Property Gets or sets quartile 3 color.  
    Public Property Gets or sets quartile 4 color.  
    Public Property Gets or sets the results pane settings.  
    Public Property Gets or sets the fields in the input features layer containing site-specific attributes.  
    Public Property Gets or sets the type of the Top and Bottom benchmark style.  
    Public Property Gets or sets top color.  
    Public Property Gets or sets a top value for the Top and Bottom benchmark style.  
    Public Property Gets or sets the variables from the data browser, such as income, population, or spending, used to enrich the input features.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMBABenchmarkComparisonsProperties.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMBABenchmarkComparisonsProperties 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 CIMBABenchmarkComparisonsProperties 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