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

In This Topic
    ProfileFrameHeightOption Enumeration
    In This Topic
    Options for controlling the height of the profile element.
    Syntax
    public enum ProfileFrameHeightOption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ProfileFrameHeightOption 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    ConstantHeight Adjust the cell height based on the overall height of element
    ConstantRatio Keeps a constant ratio between width to height of each cell
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also