ArcGIS Pro 2.6 API Reference Guide
SetOrigin Method

ArcGIS.Core.Data.Raster Namespace > RasterStorageDef Class : SetOrigin Method
The ArcGIS.Core.Geometry.MapPoint to set.
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 10, Windows 8.1, Windows 7

See Also

Reference

RasterStorageDef Class
RasterStorageDef Members