This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewRectangleFeedback Interface > INewRectangleFeedback.SnapLength Property (ArcObjects .NET 10.4 SDK) |
Indicates whether the rectangle's length is fixed.
[Visual Basic .NET] Public Property SnapLength As Boolean
[C#] public bool SnapLength {get; set;}
[C++]
HRESULT get_SnapLength(
VARIANT_BOOL* SnapLength
);
[C++]
HRESULT put_SnapLength(
VARIANT_BOOL SnapLength
);
[C++]
Parameters SnapLength [out, retval] SnapLength is a parameter of type VARIANT_BOOL SnapLength [in] SnapLength is a parameter of type VARIANT_BOOL