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


INewRectangleFeedback.Length 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.Length Property
ArcGIS Developer Help

INewRectangleFeedback.Length Property

The length of the current rectangle being constructed.

[Visual Basic .NET]
Public Property Length As Double
[C#]
public double Length {get; set;}
[C++]
HRESULT get_Length(
  System.Double* Length
);
[C++]
HRESULT put_Length(
  double Length
);
[C++]
Parameters
Length [out, retval]

Length is a parameter of type double* Length [in]
Length is a parameter of type double

Product Availability

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

See Also

INewRectangleFeedback Interface