MDL sdf data block buffer

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

Syntax

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

See Also