DOFStategetName Method OpenDOF Object Access Library
Gets the name of the DOF.

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

C#
string getName()

Return Value

Type: String
The name of the DOF.
Remarks

Gets the name of the DOF. This value may change through use of DOF.setName(string) . It may also change when a DOF is rebooted if the name is assigned dynamically.
See Also

Reference

Builder.setName(string)