DOFObjectIDAttributecreate Method (Byte, DOFObjectID)OpenDOF Object Access Library
Construct an attribute using a DOFObjectID.

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

C#
public static DOFObjectIDAttribute create(
	byte type,
	DOFObjectID value
)

Parameters

type
Type: SystemByte
The type of attribute. This must be one of the 'type' constants defined in this class ( PROVIDER and GROUP ) or another registered type (valid range is 0 - 127).
value
Type: org.opendof.core.oalDOFObjectID
The attribute value. This must not be null.

Return Value

Type: DOFObjectIDAttribute
The new attribute.
Remarks

Construct an attribute using a DOFObjectID.
See Also

Reference