uaPLUS Reference
onBrowseOPCAreas Method
See Also  Send Feedback
NSPlugin Namespace > EventAreaBrowser Class : onBrowseOPCAreas Method

browseFilterType
filterCriteria
numNodes
nodes

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Function onBrowseOPCAreas( _
   ByVal browseFilterType As EventBrowseType, _
   ByVal filterCriteria As String, _
   ByRef numNodes As Integer, _
   ByRef nodes As String() _
) As Integer
C# 
public virtual int onBrowseOPCAreas( 
   EventBrowseType browseFilterType,
   string filterCriteria,
   out int numNodes,
   out string[] nodes
)

Parameters

browseFilterType
filterCriteria
numNodes
nodes

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.