Method SetViewCameraOrientation
SetViewCameraOrientation(PdmMinorRevisionId, int, CameraViewOrientation, bool)
Sets top camera for this document view
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 222, 0)]
void SetViewCameraOrientation(PdmMinorRevisionId inMinorRevisionId, int viewId, CameraViewOrientation inViewOrientation, bool inZoomToFit)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmMinorRevisionId | inMinorRevisionId | document minor revision identifier |
| int | viewId | id of the view, or -1 to apply to all document views |
| CameraViewOrientation | inViewOrientation | orientation of the view |
| bool | inZoomToFit | zoom to fit option |