Get a structure field by index.
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public virtual DOFValue getField( int index )
Parameters
- index
- Type: SystemInt32
The index of the field to return.
Return Value
Type: DOFValueThe value of the field. Must be >= zero and < the number of elements in the structure.
Remarks
See Also