Method | Description |
---|---|
![]() | Default constructor.Initializes the type of the cell as AcDbDataCell::kUnknownType. |
![]() | Copy constructor.Creates a new AcDbDataCell object and initializes it with the type and value of rCell. |
![]() | Creates an AcDbDataCell object with a type of kHardOwnerId and an AcDbObjectId value specified by the parameter hoId. |
![]() | Creates an AcDbDataCell object with a type of kHardPointerId and an AcDbObjectId value specified by the parameter hpId. |
![]() | Creates an AcDbDataCell object with a type of kObjectId and an AcDbObjectId value specified by the parameter id.The ID is treated in the same manner as an AcDbSoftPointerId. |
![]() | Creates an AcDbDataCell object with a type of kSoftOwnerId and an AcDbObjectId value specified by the parameter soId. |
![]() | Creates an AcDbDataCell object with a type of kSoftPointerId and an AcDbObjectId value specified by the parameter spId. |
![]() | Creates an AcDbDataCell object with a type of kPoint and an AcGePoint3d value specified by the parameter point. |
![]() | Creates an AcDbDataCell object with a type of kVector and an AcGeVector3d value specified by the parameter vec. |
![]() | Creates an AcDbDataCell object with a type of kCharPtr and a null-terminated string value specified by the parameter pChar. |
![]() | Creates an AcDbDataCell object with a type of kBool and a Boolean value specified by the parameter b. |
![]() | Creates an AcDbDataCell object with a type of kDouble and a double value specified by the parameter d. |
![]() | Creates an AcDbDataCell object with a type of kInteger and an integer value specified by the parameter i. |