ArcObjects Library Reference (Display)  

INewRectangleFeedback.IsEnvelope Property

Indicates whether the rectangle is an envelope or angled.

[Visual Basic .NET]
Public Property IsEnvelope As Boolean
[C#]
public bool IsEnvelope {get; set;}
[C++]
HRESULT get_IsEnvelope(
  VARIANT_BOOL* IsEnvelope
);
[C++]
HRESULT put_IsEnvelope(
  VARIANT_BOOL IsEnvelope
);
[C++]

Parameters

IsEnvelope [out, retval]   IsEnvelope is a parameter of type VARIANT_BOOL IsEnvelope [in]   IsEnvelope is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INewRectangleFeedback Interface