BACnet.Ashrae.LogRecord.LogDatumType.NewEnumValue C# (CSharp) Method

NewEnumValue() public static method

public static NewEnumValue ( Enumerated enumValue ) : LogDatumType
enumValue BACnet.Types.Enumerated
return LogDatumType
            public static LogDatumType NewEnumValue(Enumerated enumValue)
            {
                return new EnumValueWrapper(enumValue);
            }