AVOLITES TITAN API

RaiseEditPropertyEvent

Raises the edit property event.

Namespace: UserSettings

Syntax

MACRO

Void UserSettings.RaiseEditPropertyEvent(Int32 numberOfWheels, Boolean wideView, ActionParameter property, ConvertedActionParameter convertedActionParameter, Action finishAction, String menuStackId)

HTTP

http://[ip]:4430/titan/script/2/UserSettings/RaiseEditPropertyEvent?numberOfWheels={titanId}&wideView={bool}&property={}&convertedActionParameter={}&finishAction={}&menuStackId={string}

Parameters

numberOfWheels ( Int32 ) : The number of wheels.

wideView ( Boolean ) : if set to true [wide view].

wideView

HTTP Example:
http://localhost:4430/titan/script/2/UserSettings/RaiseEditPropertyEvent?numberOfWheels={titanId}&wideView=true&property={}&convertedActionParameter={}&finishAction={}&menuStackId={string}

property ( ActionParameter ) : The property.

convertedActionParameter ( ConvertedActionParameter ) : The converted action parameter.

finishAction ( Action ) : The finish action.

menuStackId ( String ) : The menu stack identifier.