This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditProperties Interface > IEngineEditProperties.StretchGeometry Property (ArcObjects .NET 10.5 SDK) |
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
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: