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

In This Topic
    TargetColorSurfaceType Enumeration
    In This Topic
    Target color surface type.
    Syntax
    public enum TargetColorSurfaceType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum TargetColorSurfaceType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    ColorGrid Color grid.
    FirstOrderSurface First order surface.
    SecondOrderSurface Second order surface.
    SingleColorPoint Single color point.
    ThirdOrderSurface Third order surface.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also