.

Axis.CaptureCount

The number of enabled captures associated with the Axis object. This information helps determine the valid arguments for the optional captureNumber parameter in many of the Axis object capture methods.

This property cannot be saved to flash memory.

Version History

Introduced in MPX 2.0.

Type

UInt32 (read only)

Visual Basic

Syntax

Property CaptureCount As UInt32

Sample Code

 

' Disarm all captures associated with the Axis object
captureCount = Controller.Axis(0).CaptureCount
For i = 0 to (captureCount-1)
     Controller.Axis(0).CaptureArm(i) = False
Next i


Sample Application

 

C#

Syntax

uint CaptureCount;

 

Sample Code

 

See Also

 

 

 

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