Gets the rectangular bounds of an individual shape in the ShapeFile in double precision coordinates

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Function GetShapeBoundsD ( _
	recordIndex As Integer _
) As RectangleD
C#
public RectangleD GetShapeBoundsD(
	int recordIndex
)
Visual C++
public:
RectangleD GetShapeBoundsD(
	int recordIndex
)
JavaScript
function getShapeBoundsD(recordIndex);

Parameters

recordIndex
Type: System..::..Int32
Zero based index of shape bounds to return

Return Value

See Also