View.FindView2
 
 
 

View.FindView2

Introduced

v11.0 (2013)

Description

Finds an existing View object given a name. This method is similar to View.FindView but specific to the Python language.

C# Syntax

Object View.FindView2( String in_pViewName );

Scripting Syntax

oReturn = View.FindView2( Name );

Return Value

View

Parameters

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