Introduced
1.5
Description
A collection of X3DObject objects. This collection is 0-based.
Methods
Properties
Examples
VBScript Example
'VBScript example
set oChildren = ActiveProject.ActiveScene.Root.Children
for each oChild in oChildren
LogMessage oChild.Name
nextSee Also
Autodesk Softimage v7.5