DOFsetName Method OpenDOF Object Access Library
Changes the name of a DOF.

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

C#
public void setName(
	string name
)

Parameters

name
Type: SystemString
A string that identifies the DOF instance.
Remarks

Changes the name of a DOF. The name value is originally set by using the default configuration or the Builder.setName(string) method. Use this method to change the original value. See the Builder method for more information.
See Also

Reference