OPCDA.NET Reference Manual
QueryOrganization Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcServer Class : QueryOrganization Method

Glossary Item Box

Query the server organization, flat or hierarchical. ( IOPCBrowseServerAddressSpace:: QueryOrganization )
Provides a way to determine if the underlying system is inherently flat or hierarchical and how the server may represent the information of the address space to the client.
FLAT and HIERARCHICAL spaces behave somewhat different. If the result is 'FLAT' then the client knows that there is no need to pass the BRANCH or LEAF flags to BrowseOPCItemIDs or to call ChangeBrowsePosition.

Syntax

Visual Basic (Declaration) 
Public Function QueryOrganization() As OPCNAMESPACETYPE
C# 
public OPCNAMESPACETYPE QueryOrganization()

Return Value

Item organization of the server

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

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