TeamInfo Class: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{DISPLAYTITLE:TeamInfo Class}}{{Template:API}}{{Template:APIBreadcrumb}} <onlyinclude>Represents the team of crews.</onlyinclude> ==Methods== {| {{APITable}} |- |style="width…') |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
|style="width: 240px;"|[[TeamInfo.GetCrewIDs_Method|GetCrewIDs]]||{{:TeamInfo. | |style="width: 240px;"|[[TeamInfo.GetCrewIDs_Method|GetCrewIDs]]||{{:TeamInfo.GetCrewIDs_Method}} | ||
|[[TeamInfo.SetCrewIDs_Method|SetCrewIDs]]||{{:TeamInfo. | |- | ||
|[[TeamInfo.SetCrewIDs_Method|SetCrewIDs]]||{{:TeamInfo.SetCrewIDs_Method}} | |||
|} | |} | ||
Line 15: | Line 16: | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
| style="width: 240px;"|CrewIDs||Returns | | style="width: 240px;"|CrewIDs||Returns a '''{{APIPrefix|List}}(Of {{APIPrefix|Integer}})''' of IDs containing teams of the crews included in the team. (.NET Only) | ||
|} | |} |
Latest revision as of 21:35, 13 March 2019
Member of: SynthesisAPI
Represents the team of crews.
Methods
Name | Description |
---|---|
GetCrewIDs | Returns an array of the IDs of the crews included in the team. |
SetCrewIDs | Sets the IDs of the crews included in the team. |
Properties
Name | Description |
---|---|
CrewIDs | Returns a List(Of Integer) of IDs containing teams of the crews included in the team. (.NET Only) |