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


IComputePixelAlignmentParameters.Origin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IComputePixelAlignmentParameters Interface > IComputePixelAlignmentParameters.Origin Property
ArcGIS Developer Help

IComputePixelAlignmentParameters.Origin Property

The optional origin against which pixel alignment of eligible items is computed. The parameter defaults to the top-left corner of the first eligible item.

[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 [in]

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

Product Availability

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

See Also

IComputePixelAlignmentParameters Interface