API Reference > 0.19.1 > TrackCameraRangeRightSideAdjustmentCommand
TrackCameraRangeRightSideAdjustmentCommand Class
Camera command that moves a range of track-side cameras to the right side of the track.
Namespace: ArgData.Entities
Constructors
| Name | Description |
|---|---|
| TrackCameraRangeRightSideAdjustmentCommand(Byte cameraIndexFrom, Byte cameraIndexTo) | Intializes a new instance of a TrackCameraRangeRightSideAdjustmentCommand. cameraIndexFrom: The index of the camera that is the first to adjust. cameraIndexTo: The index of the camera that is the last to adjust. |
Properties
| Name | Description |
|---|---|
| CameraIndexFrom | Gets or sets the index of the camera that is the first to adjust. |
| CameraIndexTo | Gets or sets the index of the camera that is the last to adjust. |