ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterStorageDef Class / GetOrigin Method

In This Topic
    GetOrigin Method
    In This Topic
    Gets the origin of the enterprise geodatabase raster to be stored from this raster storage definition.
    Syntax
    public MapPoint GetOrigin()
    Public Function GetOrigin() As MapPoint

    Return Value

    A ArcGIS.Core.Geometry.MapPoint that represents the origin of the enterprise geodatabase raster to be stored from this raster storage definition.
    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