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


IRasterStorageDef.Origin Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterStorageDef.Origin Property

The origin of the raster to be stored.

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

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

Product Availability

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

See Also

IRasterStorageDef Interface