CADability dotNET
Defines an other drive this drive depends on. The movement of the driven objects is the accumulated by all drives that prepend this drive. If DependsOn is null, then this drive is absoulte to the fixed world

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

Syntax

C#
IDrive DependsOn { get; set; }
Visual Basic
Property DependsOn As IDrive
	Get
	Set
Visual C++
property IDrive^ DependsOn {
	IDrive^ get ();
	void set (IDrive^ value);
}

See Also