.

Recorder.Acquired

Acquired represents the current acquire state of the recorder. A value of True means that the recorder is acquired and that all recorder object properties and methods may be used. A value of False means that the recorder is not acquired and that the Acquire method must be called before other recorder object properties and methods can be used.

Version History

Introduced in MPX 2.0.

Type

Boolean (read only)

Visual Basic

Syntax

Property Acquired As Boolean

Sample Code

 
If controller.Recorder(0).Acquired = False Then
   controller.Recorder(0).Acquire()
End If


Sample Application

 

C#

Syntax

bool Acquired;

Sample Code

 
if (controller.Recorder[0].Acquired == false)
{
     controller.Recorder[0].Acquire();
} 
               

See Also

Acquire
Release

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering