ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterStorageDef Class / SetOrigin Method
The ArcGIS.Core.Geometry.MapPoint to set.

In This Topic
    SetOrigin Method
    In This Topic
    Sets the origin of the enterprise geodatabase raster to be stored on this raster storage definition.
    Syntax
    public void SetOrigin( 
       MapPoint origin
    )
    Public Sub SetOrigin( _
       ByVal origin As MapPoint _
    ) 

    Parameters

    origin
    The ArcGIS.Core.Geometry.MapPoint to set.
    Remarks
    The Origin property only applies for enterprise geodatabase raster data. The origin is for pyramid storage reference, so if mosaicking raster data to the lower-right of the origin, the pyramids of the mosaic dataset will be built partially instead of fully. This is not the origin of the raster dataset extent.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also