Call: qaDoc.GetCameraXML()
See also, QaCamera.
Parent Node | Tag | Description | Content | Attribute | Attribute Description | Valid Attribute Values |
Root Node | <camera> | label | Label of the Routine Camera. | |||
id | Internal identifier; GUID; read-only. | |||||
<axis> | <X> | The value of the X axis. | ||||
<Y> | The value of the Y axis. | |||||
<Z> | The value of the Z axis. | |||||
<camera> | <position> | The coordinates of the camera position. | ||||
<axis> | The coordinates of the camera axis. | |||||
<angle> | The angle of the camera. | |||||
<position> | <X> | The value of the X position. | ||||
<Y> | The value of the Y position. | |||||
<Z> | The value of the Z position. |
<camera label="5x5 Camera" id="8ABB6EF5-1EC4-4E3E-8D1D-6217A8516692">
<position>
<X>0</X>
<Y>0</Y>
<Z>1</Z>
</position>
<axis>
<X>0</X>
<Y>0</Y>
<Z>1</Z>
</axis>
<angle>0</angle>
</camera>