DOFObjectIDgetAttribute Method OpenDOF Object Access Library
Get the specified attribute.

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

C#
public virtual DOFObjectIDAttribute getAttribute(
	byte type
)

Parameters

type
Type: SystemByte
Attribute type.

Return Value

Type: DOFObjectIDAttribute
The requested attribute, or null if not found.
Remarks

Get the specified attribute.
See Also

Reference