Partial charge assignation property

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

Syntax

C#
public bool AssignPartialCharge { get; set; }
Visual Basic (Declaration)
Public Property AssignPartialCharge As Boolean
Visual C++
public:
property bool AssignPartialCharge {
	bool get ();
	void set (bool value);
}

Field Value

Gets / Sets Partial charge assignation flag

Remarks

This function do not computes Partial Charge

See Also