CADability dotNET
Sets or gets the drive assiziated with this GeoObject

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

Syntax

C#
public virtual IDrive Actuator { get; set; }
Visual Basic
Public Overridable Property Actuator As IDrive
	Get
	Set
Visual C++
public:
virtual property IDrive^ Actuator {
	IDrive^ get ();
	void set (IDrive^ value);
}

Implements

IGeoObject..::..Actuator

See Also