v3.0
Returns a list of instances for a master.
oReturn = GetInstances( InputObjs ); |
Returns an XSICollection object that contains the list of instances.
Parameter | Type | Description |
---|---|---|
InputObjs | String |
Model to find instances of. Default Value: Current selection |
dim instList GetPrim "Cone", "MyCone" CreateModel "MyCone" Instantiate , , 1, 1, 0, 1 set instList = GetInstances( "Model" ) LogMessage "Instance list: " & instList InspectObj instList |