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

itemIDs
Array with the fully qualified item names.
Properties
Array of objects with the property values

Glossary Item Box

Read the OPC standard properties 1..6 for the specified items. This is a helper method that reads the items properties 1..6 using the OPC DA V2 GetItemProperties method. The properties are returned in an object with the proper data type for each property value.

Syntax

Visual Basic (Declaration) 
Public Function GetStandardProperties( _
   ByVal itemIDs() As String, _
   ByRef Properties As StandardProperties() _
) As Integer
C# 
public int GetStandardProperties( 
   string[] itemIDs,
   out StandardProperties[] Properties
)

Parameters

itemIDs
Array with the fully qualified item names.
Properties
Array of objects with the property values

Return Value

HRESULT error/success code

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.