namespace http://opcfoundation.org/UA/
nodeClass VariableType
typedDefinition 3DVectorType i=17716
dataType ExtensionObject
dataType Name DT3DVector i=18808
isAbstract false
interface UA3DVector_Base<T> {
    vectorUnit?: UAProperty<EUInformation, ExtensionObject>;
    x: UABaseDataVariable<number, Double>;
    y: UABaseDataVariable<number, Double>;
    z: UABaseDataVariable<number, Double>;
}

Type Parameters

Hierarchy (view full)

Properties

Properties