Skip to main content
All docs
V26.1
  • ChangeFloatingObjectPropertyCommandBase<T>.execute(settings) Method

    Executes a command with the specified parameter.

    Declaration

    execute(
        settings: T
    ): boolean

    Parameters

    Name Type Description
    settings T

    An object that contains settings for the execute method.

    Returns

    Type Description
    boolean

    true if the command has been successfully executed; false if the command execution has failed.

    See Also