ArcObjects Library Reference (Geoprocessing)  

IGpDescribeGeometry.HullRectangle Property

The four corners of the most narrow enclosing rectangle.

[Visual Basic .NET]
Public ReadOnly Property HullRectangle As String
[C#]
public string HullRectangle {get;}
[C++]
HRESULT get_HullRectangle(
  BSTR* rectangle
);
[C++]

Parameters

rectangle [out, retval]   rectangle is a parameter of type BSTR

Product Availability

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

See Also

IGpDescribeGeometry Interface