ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / Raster Class / SetWidth Method
The width (number of columns) to set.

In This Topic
    SetWidth Method (Raster)
    In This Topic
    Sets the width (number of columns) of this raster. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetWidth( _
       ByVal width As Integer _
    ) 
    public void SetWidth( 
       int width
    )

    Parameters

    width
    The width (number of columns) to set.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also