ArcObjects Library Reference (Controls)  

IEngineEditProperties.StretchGeometry Property

Indicates if the edit sketch is stretched when one of its vertices is moved.

[Visual Basic .NET]
Public Property StretchGeometry As Boolean
[C#]
public bool StretchGeometry {get; set;}
[C++]
HRESULT get_StretchGeometry(
  VARIANT_BOOL* stretch
);
[C++]
HRESULT put_StretchGeometry(
  VARIANT_BOOL stretch
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine.

Description

StretchGeometry determines whether or not the edit sketch is stretched proportionally when a vertex is moved. By default StretchGeometryis false.

The following diagrams illustrate this point better. In both cases, the upper right vertex was moved.

Moving a vertex with StretchGeometry set to True:

Moving a vertex with StretchGeometry set to False:

See Also

IEngineEditProperties Interface