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


IRotateInteraction.IndividualAnchors Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

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