ArcObjects Library Reference (Display)  

INewRectangleFeedback.SnapLength Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INewRectangleFeedback Interface