Overload List
| Name | Description | |
|---|---|---|
| create(Byte) | Create an DOFObjectID from a byte[] of data. | |
| create(String) | Constructs a DOFObjectID from a String in the standard string format defined by the OpenDOF Technical Committee.
| |
| create(Byte, Int32) | Create an DOFObjectID from a byte[] of data at an offset. | |
| create(DOFObjectID, DOFObjectIDAttribute) | Create a DOFObjectID, with a variable number of attributes, using an object identifier and zero or more attributes.
| |
| create(DOFObjectID, IListDOFObjectIDAttribute) | Create a DOFObjectID with a list of attributes, using an object identifier and attributes.
| |
| create(Int32, Byte, DOFObjectIDAttribute) | Create a DOFObjectID given its class, byte data and optionally attributes.
| |
| create(Int32, Byte, IListDOFObjectIDAttribute) | Create a DOFObjectID given its class, byte data and attributes. | |
| create(DOFMarshalContext, Object, DOFPacket) | Create a DOFObjectID from serial form. |
See Also