DOFgetDomains Method OpenDOF Object Access Library
Gets a list of all domains associated with the DOF.

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

C#
public IList<DOFDomain> getDomains()

Return Value

Type: IListDOFDomain
A DOFDomain list.
Remarks

Gets a list of all domains associated with the DOF.
See Also

Reference