ICameraMovementSetTiltLimit Method |
Sets the maximum of vertical movement in seconds.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxvoid SetTiltLimit(
bool enabled,
double? sec = null
)
Sub SetTiltLimit (
enabled As Boolean,
Optional sec As 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 Boolean
-
- sec NullableDouble (Optional)
See Also