This document is archived and information here might be outdated.  Recommended version.


IRasterInfo.Origin Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterInfo.Origin Property

The tiling origin.

[Visual Basic .NET]
Public Property Origin As IPoint
[C#]
public IPoint Origin {get; set;}
[C++]
HRESULT get_Origin(
  IPoint** ppOrigin
);
[C++]
HRESULT putref_Origin(
  IPoint* ppOrigin
);
[C++]

Parameters ppOrigin [out, retval]
ppOrigin is a parameter of type IPoint ppOrigin [in]
ppOrigin is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterInfo Interface

.NET Samples

Create an NDVI custom raster function (Code Files: NDVICustomFunction)

.NET Related Topics

How to access pixel data using the RawBlocks object