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: BooleanTrue if there is an attribute that matches the specified one.
Remarks
See Also