ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / SizeVisualVariableType Enumeration

In This Topic
    SizeVisualVariableType Enumeration
    In This Topic
    Size visual variable type.
    Syntax
    public enum SizeVisualVariableType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum SizeVisualVariableType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Expression Expression.
    Graduated Graduated.
    None None.
    Proportional Proportional.
    Random Random.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.SizeVisualVariableType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also