X3DObject.AddNull

Description

Creates and adds a Null as child of the current X3DObject.

C# Syntax

Null X3DObject.AddNull( String in_name );

Scripting Syntax

oReturn = X3DObject.AddNull( [Name] );

Return Value

Null

Parameters

Parameter Type Description
Name String Name of new Null

Examples

VBScript Example

NewScene , false
set oRoot = Application.ActiveProject.ActiveScene.Root
set oNull = oRoot.AddNull