ObjectsFromAccountName

Description

Returns a list of the objects that contain an account with the given name and account type.

Type

LIST{OBJECT}

Arguments

Type

Meaning

1

STRING

The name of the account.

2
 

STRING

The name of the account type, e.g, "Storage". The string "ALL" for account type designates all account types.

Comments

 

 
ObjectsFromAccountName("Municipal", "Storage")
 
{%"Reservoir1", %"Reservoir2"}