ArcGIS Pro 2.6 API Reference Guide
GetOrigin Method

ArcGIS.Core.Data.Raster Namespace > RasterStorageDef Class : GetOrigin Method
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 10, Windows 8.1, Windows 7

See Also

Reference

RasterStorageDef Class
RasterStorageDef Members