Get current record : SDFile buffer

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

Syntax

C#
public SDFRecord Record { get; }
Visual Basic (Declaration)
Public ReadOnly Property Record As SDFRecord
Visual C++
public:
property SDFRecord^ Record {
	SDFRecord^ get ();
}

See Also