AVOLITES TITAN API

GetGroupSize

Get the group size.

Namespace: Group

Syntax

MACRO

Void Group.GetGroupSize(Handle handle, String widthProperty, String heightProperty)

HTTP

http://[ip]:4430/titan/script/2/Group/GetGroupSize?handle={handle}&widthProperty={string}&heightProperty={string}

Parameters

handle ( Handle ) : The handle of the group.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Group/GetGroupSize?handle_userNumber=6&widthProperty={string}&heightProperty={string}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Group/GetGroupSize?handle_location=playback_2_1&widthProperty={string}&heightProperty={string}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Group/GetGroupSize?handle_titanId=1895&widthProperty={string}&heightProperty={string}

widthProperty ( String ) : The property to store the width to.

heightProperty ( String ) : The property to store the height to.