[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Copies the view by copying the bean properties of the view but does not copy the views children,does not copy or set the property for the parent view.

Namespace: net.esper.view
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function ShallowCopyView ( _
	view As View _
) As View
C#
public static View ShallowCopyView (
	View view
)
Visual C++
public:
static View^ ShallowCopyView (
	View^ view
)

Parameters

view
net.esper.view.View
to be copied

Return Value

copy of the view, populated via object property getter and setter methods