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


IRotateTracker.Origin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRotateTracker Interface > IRotateTracker.Origin Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

IRotateTracker Interface