This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterStorageDef Interface > IRasterStorageDef.Origin Property (ArcObjects .NET 10.5 SDK) |
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