Skip to main content
A newer version of this page is available. .

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