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

In This Topic
    RasterFootprintDrawMode Enumeration
    In This Topic
    Raster footprint draw modes.
    Syntax
    public enum RasterFootprintDrawMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum RasterFootprintDrawMode 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    All Draw all footprints.
    OnlyPrimary Draw only primary footprints.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also