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


IEngineEditProperties.StretchGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditProperties Interface > IEngineEditProperties.StretchGeometry Property
ArcGIS Developer Help

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(
  Boolean* stretch
);
[C++]
HRESULT put_StretchGeometry(
  VARIANT_BOOL stretch
);
[C++]
Parameters
stretch [out, retval]

stretch is a parameter of type bool* stretch [in]
stretch is a parameter of type 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