DOFConfiggetName Method OpenDOF Object Access Library
Gets the name that will be given to DOFs created from this DOF.Config.

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

C#
public string getName()

Return Value

Type: String
The name stored in the DOF.Config. Null if the name is randomly generated.
Remarks

Gets the name that will be given to DOFs created from this DOF.Config. If the return value is null, it means the name will be generated randomly when you instantiate a DOF that uses this DOF.Config.
See Also

Reference