Method SetStandardCamerasDefinitions
SetStandardCamerasDefinitions(DocumentId, Direction3D, Direction3D)
Sets the definitions of the standard cameras entities.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 0, 0)]
void SetStandardCamerasDefinitions(DocumentId inDocumentId, Direction3D inHorizontalDirection, Direction3D inVerticalDirection)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| Direction3D | inHorizontalDirection | Horizontal direction. |
| Direction3D | inVerticalDirection | Vertical direction. |
Remarks
The standard "Top Camera" will be set so that when applied to a view the inHorizontalDirection is actually horizontal
on the screen oriented from left to right, and the inVerticalDirection is normal to the screen oriented towards the user.
The other standard cameras will be set accordingly.
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.11.