ICameraMovementSetTiltLimit Method |
Sets the maximum of vertical movement in seconds.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void SetTiltLimit(
bool enabled,
Nullable<double> sec = null
)
Sub SetTiltLimit (
enabled As Boolean,
Optional sec As Nullable(Of Double) = Nothing
)
void SetTiltLimit(
bool enabled,
Nullable<double> sec = nullptr
)
abstract SetTiltLimit :
enabled : bool *
?sec : Nullable<float>
(* Defaults:
let _sec = defaultArg sec null
*)
-> unit
Parameters
- enabled
- Type: SystemBoolean
- sec (Optional)
- Type: SystemNullableDouble
See Also