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


IPolygon5.IsEnvelope Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolygon5 Interface > IPolygon5.IsEnvelope Property
ArcGIS Developer Help

IPolygon5.IsEnvelope Property

Returns true if the shape of this polygon is equivalent to the polygon's bounding envelope.

[Visual Basic .NET]
Public ReadOnly Property IsEnvelope As Boolean
[C#]
public bool IsEnvelope {get;}
[C++]
HRESULT get_IsEnvelope(
  Boolean* IsEnvelope
);
[C++]
Parameters
IsEnvelope [out, retval]

IsEnvelope is a parameter of type bool*

Product Availability

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

See Also

IPolygon5 Interface