This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewRectangleFeedback Interface > INewRectangleFeedback.IsEnvelope Property (ArcObjects .NET 10.4 SDK) |
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