Gets whether the point will be used in move operations.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public bool UseInMoveOperation { get; }
Visual Basic (Declaration)
Public ReadOnly Property UseInMoveOperation As Boolean
Visual C++
public:
property bool UseInMoveOperation {
	bool get ();
}

See Also