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


INewRectangleFeedback.SnapLength Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewRectangleFeedback Interface > INewRectangleFeedback.SnapLength Property
ArcGIS Developer Help

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

SnapLength is a parameter of type bool* SnapLength [in]
SnapLength is a parameter of type bool

Product Availability

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

See Also

INewRectangleFeedback Interface