DOFgetSystems Method OpenDOF Object Access Library
Gets a list of all systems 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<DOFSystem> getSystems()

Return Value

Type: IListDOFSystem
A list of all systems.
Remarks

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

Reference