uaPLUS Reference
CreateDataItemNode(Object,String,LocalizedText,String,Type,Object,StatusCode,Byte) Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > BaseNodeManager Class > CreateDataItemNode Method : CreateDataItemNode(Object,String,LocalizedText,String,Type,Object,StatusCode,Byte) Method

itemId
browseName
displayName
description
dataType
initialValue
statusCode
accessLevel

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Overloads Function CreateDataItemNode( _
   ByVal itemId As Object, _
   ByVal browseName As String, _
   ByVal displayName As LocalizedText, _
   ByVal description As String, _
   ByVal dataType As Type, _
   ByVal initialValue As Object, _
   ByVal statusCode As StatusCode, _
   ByVal accessLevel As Byte _
) As DataItemState
C# 
protected DataItemState CreateDataItemNode( 
   object itemId,
   string browseName,
   LocalizedText displayName,
   string description,
   Type dataType,
   object initialValue,
   StatusCode statusCode,
   byte accessLevel
)

Parameters

itemId
browseName
displayName
description
dataType
initialValue
statusCode
accessLevel

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.