Opc.Ua.Di.UIElementState.GetDefaultValueRank C# (CSharp) Method

GetDefaultValueRank() protected method

Returns the id of the default value rank for the instance.
protected GetDefaultValueRank ( ) : int
return int
        protected override int GetDefaultValueRank()
        {
            return ValueRanks.Scalar;
        }