Get SDF record block for given Index position

Namespace:  Hyleos.Chemistry.IO
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public bool GetItem(
	int i
)
Visual Basic (Declaration)
Public Function GetItem ( _
	i As Integer _
) As Boolean
Visual C++
public:
bool GetItem(
	int i
)

Parameters

i
Type: System..::.Int32
Index position

Return Value

[Missing <returns> documentation for "M:Hyleos.Chemistry.IO.SDF.GetItem(System.Int32)"]

Remarks

index is zero based

See Also