Layout.FindView2

Introduced

v11.0 (2013)

Description

Finds an existing View object given a name in this layout. This method is similar to Layout.FindView but specific to the python language.

C# Syntax

Object Layout.FindView2( String in_pViewName );

Scripting Syntax

oReturn = Layout.FindView2( Name );

Return Value

View

Parameters

Parameter Type Description
Name String View name as specified in the view's .xsivw file or with Layout.CreateView.

See Also

Layout.CreateView2