Visavi Visual OPC .NET  

IOpcItemAttributes.EUType Property

Gets the EUType for the IOpcItem.

[Visual Basic]
Public Property EUType As EUType

[C#]
public EUType EUType {get;}

[C++]
public: __property EUType get_EUType();

[JScript]
public function get EUType() : EUType;

Property Value

The type of engineering units that represent this IOpcItem.

Exceptions

Exception Type Condition
COMException A call to one of the IOPCEnumItemAttributes methodsto the OPC Server failed with the error specified in the COMException.ErrorCode.

Remarks

This enumeration indicates the type of engineering units that represent this item.

Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

IOpcItemAttributes Interface | IOpcItemAttributes Members | Visavi.Opc.Client Namespace