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


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

IRotateInteraction.IndividualAnchors Property

Indicates if representations rotate around an individual anchor.

[Visual Basic .NET]
Public Property IndividualAnchors As Boolean
[C#]
public bool IndividualAnchors {get; set;}
[C++]
HRESULT get_IndividualAnchors(
  VARIANT_BOOL IndividualAnchors
);
[C++]
HRESULT put_IndividualAnchors(
  Boolean* IndividualAnchors
);
[C++]
Parameters
IndividualAnchors [in]

IndividualAnchors is a parameter of type bool IndividualAnchors [out, retval]
IndividualAnchors is a parameter of type bool*

Product Availability

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

See Also

IRotateInteraction Interface