ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* flag
);
[C++]
HRESULT put_MovingVertices(
  VARIANT_BOOL flag
);
[C++]

Parameters

flag [out, retval]   flag is a parameter of type VARIANT_BOOL flag [in]   flag is a parameter of type VARIANT_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

.NET Related Topics

Selection trackers |