SceneItem.GetLocalPropertyFromName2
 
 
 

SceneItem.GetLocalPropertyFromName2

Introduced

v11.0 (2013)

Description

Returns a local property, given its scripting name. This method is similar to SceneItem.GetLocalPropertyFromName but specific to the python language.

C# Syntax

Object SceneItem.GetLocalPropertyFromName2( String in_name );

Scripting Syntax

oReturn = SceneItem.GetLocalPropertyFromName2( [Name] );

Return Value

Property

Parameters

Parameter Type Description
Name String The scripting name of the local property to get