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