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

In This Topic
    SizeVisualVariableAxis Enumeration
    In This Topic
    Size visual variable axis.
    Syntax
    public enum SizeVisualVariableAxis : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum SizeVisualVariableAxis 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    AllAxes All axes.
    DepthAxis Depth axis.
    HeightAxis Height axis: interpreted as Z for 3D markers, Y for billboarded
    WidthAndDepthAxes Width and depth axes.
    WidthAxis Width axis.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also