DOFStructuregetFields Method OpenDOF Object Access Library
Get all the fields in the structure.

Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public virtual IList<DOFValue> getFields()

Return Value

Type: IListDOFValue
The List of structure fields.
Remarks

Get all the fields in the structure.
See Also

Reference