OPC Labs EasyOPC-UA Library
UAStructureField Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UAStructureField Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Specifies the maximum supported length of each dimension.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UAStructureField.SetDecimalArrayDimensions in .NET Reference.

Converts the structure field to a structure field info.

 

DISPID (Dispatch ID):

 

For more information, see ToUAStructureFieldInfoResult in .NET Reference.

Public Properties
Specifies the maximum supported length of each dimensions (0 if the maximum is unknown).

 

DISPID (Dispatch ID):

 

For more information, see ArrayDimensions in .NET Reference.

The node ID of the data type for the field.

 

DISPID (Dispatch ID):

 

For more information, see DataTypeId in .NET Reference.

Specifies the maximum supported length for String or ByteString data types. A decimal.

 

DISPID (Dispatch ID):

 

For more information, see DecimalMaximumStringLength in .NET Reference.

A localized description of the field.

 

DISPID (Dispatch ID):

 

For more information, see Description in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Specifies the maximum supported length for String or ByteString data types. A 32-bit signed integer.

 

DISPID (Dispatch ID):

 

For more information, see Int32MaximumStringLength in .NET Reference.

Indicates if a data type field in a structure is optional.

 

DISPID (Dispatch ID):

 

For more information, see IsOptional in .NET Reference.

The maximum supported length for a String or ByteString (0 if the maximum is unknown).

 

DISPID (Dispatch ID):

 

For more information, see MaximumStringLength in .NET Reference.

A name for the field that is unique within the structure definition.

 

DISPID (Dispatch ID):

 

For more information, see Name in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

The value rank for the field.

 

DISPID (Dispatch ID):

 

For more information, see ValueRank in .NET Reference.

See Also

UAStructureField Object