returns the custom tooltip string for the specified shape

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

Syntax

Visual Basic
Function GetRecordToolTip ( _
	recordNumber As Integer _
) As String
C#
string GetRecordToolTip(
	int recordNumber
)
Visual C++
String^ GetRecordToolTip(
	int recordNumber
)
JavaScript
function getRecordToolTip(recordNumber);

Parameters

recordNumber
Type: System..::..Int32
zero-based record number of the shape

Return Value

See Also