v10.0 (2012)
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.
View Layout.FindView( String in_pViewName ); |
oReturn = Layout.FindView( Name ); |
Parameter | Type | Description |
---|---|---|
Name | String | View name as specified in the view's .xsivw file or with Layout.CreateView. |