ParameterCollection.2.vbs Example

Applies To

ParameterCollection object

Description

This example demonstrates how to use the ParameterCollection object.

Code

set oRoot = Application.ActiveProject.ActiveScene.Root
set oCube = oRoot.AddGeometry( "Cube", "MeshSurface" )
for each oParam in oCube.Parameters
	LogMessage oParam.Name
next

Related Examples

ParameterCollection.1.js

Keywords

ParameterCollection Filter Find GetAsText Count Item


Autodesk Softimage 2011