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


IAffineTransformation2D3GEN.MoveOrigin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D3GEN Interface > IAffineTransformation2D3GEN.MoveOrigin Property
ArcGIS Developer Help

IAffineTransformation2D3GEN.MoveOrigin Property

The origin of accumulated transformations used when projecting an affine transformation to a different spatial reference system.

[Visual Basic .NET]
Public Property MoveOrigin As IPoint
[C#]
public IPoint MoveOrigin {get; set;}
[C++]
HRESULT get_MoveOrigin(
  IPoint** Origin
);
[C++]
Parameters
Origin [out, retval]

Origin is a parameter of type IPoint**

Product Availability

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

See Also

IAffineTransformation2D3GEN Interface