DOFObjectIDhasAttribute Method OpenDOF Object Access Library
Check if this DOFObjectID has a specific attribute type.

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

C#
public virtual bool hasAttribute(
	byte type
)

Parameters

type
Type: SystemByte
Attribute type.

Return Value

Type: Boolean
True if there is an attribute that matches the specified one.
Remarks

Check if this DOFObjectID has a specific attribute type.
See Also

Reference