Layout.FindView
 
 
 

Layout.FindView

Introduced

v10.0 (2012)

Description

Finds an existing View object given a name in this layout.

Note: This method could return an invalid object in python, use Layout.FindView2 instead.

C# Syntax

View Layout.FindView( String in_pViewName );

Scripting Syntax

oReturn = Layout.FindView( Name );

Return Value

View

Parameters

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