ArcObjects Library Reference (Display)  

IRotateTracker.Origin Property

The rotation origin.

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

Parameters

Anchor [out, retval]

  Anchor is a parameter of type IPoint

Anchor [in]

  Anchor is a parameter of type IPoint

Product Availability

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

See Also

IRotateTracker Interface