Your Ad Here

Go to: Synopsis. Return value.

Synopsis

string[] lsType( string $type )

Return object names of the given type. The end of the return array is marked with the special string "<done>" for two reasons. There is no way to return an empty array, and the array values are not cleared from call to call. This means that values from a previous call will be returned on the next call.

Arguments

Variable Name Variable type Description
$typestringType of object to look for

Return value

None

Return to Autodesk Index


Your Ad Here