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(
  VARIANT_BOOL IndividualAnchors
);
[C++]

Parameters

IndividualAnchors [out, retval]   IndividualAnchors is a parameter of type VARIANT_BOOL IndividualAnchors [in]   IndividualAnchors is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRotateInteraction Interface