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


IElementEditVertices.MovingVertices Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IElementEditVertices Interface > IElementEditVertices.MovingVertices Property
ArcGIS Developer Help

IElementEditVertices.MovingVertices Property

Indicates if this element is moving its vertices.

[Visual Basic .NET]
Public Property MovingVertices As Boolean
[C#]
public bool MovingVertices {get; set;}
[C++]
HRESULT get_MovingVertices(
  Boolean* flag
);
[C++]
HRESULT put_MovingVertices(
  VARIANT_BOOL flag
);
[C++]
Parameters
flag [out, retval]

flag is a parameter of type bool* flag [in]
flag is a parameter of type bool

Product Availability

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

Remarks

This flag controls what type of selection tracker is used when one is requested from this object. If True , it will be a vertex point type. If False , it will be an object envelope type.

See Also

IElementEditVertices Interface