CADability dotNET
Gets or set the GlobalSettings object (Settings). The global settings are saved in the file CADability.GlobalSettings.bin. If you set a different settings object you are responsible for saving the content.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Settings GlobalSettings { get; set; }
Visual Basic
Public Property GlobalSettings As Settings
	Get
	Set
Visual C++
public:
property Settings^ GlobalSettings {
	Settings^ get ();
	void set (Settings^ value);
}

See Also