'Declaration
<NotNullAttribute()> Public Shared Function CreateStandard( _ ByVal identifier As Object _ ) As UANodeId
[NotNull()] public static UANodeId CreateStandard( object identifier )
[NotNull()] public: static UANodeId^ CreateStandard( Object^ identifier )
Parameters
- identifier
- Identifier value, either numeric, string, GUID, opaque, or none.
Return Value
Returns the node ID in the standard OPC UA namespace and with the given identifier.