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


IResizeInteraction.IndividualAnchors Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IResizeInteraction.IndividualAnchors Property

Indicates if representations resize 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

IResizeInteraction Interface