ArcObjects Library Reference (Geometry)  

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(
  VARIANT_BOOL* IsEnvelope
);
[C++]

Parameters

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

Product Availability

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

See Also

IPolygon5 Interface