Attempts to convert an ArrayAtom into an array of names, resolving any references as necessary.

 

   

Syntax
 

[C#]
virtual string[] ToNameArray(Atom atom)

[Visual Basic]
Overridable Function ToNameArray(atom As Atom) As string[]

 

   

Params
 
Name Description
atom The ArrayAtom from which to obtain the values.
return The array.

 

   

Notes
 

Attempts to convert an ArrayAtom into an array of names, resolving any references as necessary.

If the atom does not resolve to an ArrayAtom, then the return value will be null.

Any entries which could not be coverted to the correct type will be null.

 

   

Example
 
None.