Chapter Contents

Previous

Next
Class Class: _getInstances

Class Class: _getInstances



Returns a list containing all instances of the class


Syntax

Syntax

objectName._getInstances( instanceList );
objectName._getInstances( instanceList, recursive );

Argument Type Use Description
instanceList Numeric Update specifies the identifier of a list that when returned is filled with all instances of the class
recursive Character Input specifies whether to include instances of all descendent subclasses: NO (default) includes only direct instances of the class

method can create a new list and copies the contents of the _getInstanceList list into it.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.