uaPLUS Reference
AeAreaBrower Constructor
See Also  Send Feedback
Advosol.uaPLUS.AE Namespace > AeAreaBrower Class : AeAreaBrower Constructor

context
The system context to use.
view
The view which may restrict the set of references/nodes found.
referenceType
The type of references being followed.
includeSubtypes
Whether subtypes of the reference type are followed.
browseDirection
Which way the references are being followed.
browseName
The browse name of a specific target (used when translating browse paths).
additionalReferences
Any additional references that should be included.
internalOnly
If true the browser should not making blocking calls to external systems.
qualifiedName
Name of the qualified.
namespaceIndex
Index of the namespace.

Glossary Item Box

Creates a new browser object with a set of filters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal context As ISystemContext, _
   ByVal view As ViewDescription, _
   ByVal referenceType As NodeId, _
   ByVal includeSubtypes As Boolean, _
   ByVal browseDirection As BrowseDirection, _
   ByVal browseName As QualifiedName, _
   ByVal additionalReferences As IEnumerable(Of IReference), _
   ByVal internalOnly As Boolean, _
   ByVal qualifiedName As String, _
   ByVal namespaceIndex As UShort _
)

Parameters

context
The system context to use.
view
The view which may restrict the set of references/nodes found.
referenceType
The type of references being followed.
includeSubtypes
Whether subtypes of the reference type are followed.
browseDirection
Which way the references are being followed.
browseName
The browse name of a specific target (used when translating browse paths).
additionalReferences
Any additional references that should be included.
internalOnly
If true the browser should not making blocking calls to external systems.
qualifiedName
Name of the qualified.
namespaceIndex
Index of the namespace.

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.