Class HandleCodes
Contents
[
Hide
]HandleCodes class
Handles codes
public class HandleCodes
Constructors
Name | Description |
---|---|
HandleCodes() | Initializes a new instance of the HandleCodes class. |
Fields
Name | Description |
---|---|
static HANDLE_MINUS_OFFSET_REFERENCE | The handle minus offset reference. Code - 12 (0xC) |
static HANDLE_MINUS_ONE_REFERENCE | The handle minus one reference. Code - 8 |
static HANDLE_PLUS_OFFSET_REFERENCE | The handle plus offset reference. Code - 10 (0xA) |
static HANDLE_PLUS_ONE_REFERENCE | The handle plus one reference. Code - 6 |
static HARD_OWNERSHIP_REFERENCE | Hard ownership reference: the owner needs the owned object. The owned object cannot exist by itself. Code - 3 |
static HARD_POINTER_REFERENCE | Hard pointer reference: the referencing object needs the referenced object, but both are owned by another object. Code - 5 |
static SOFT_OWNERSHIP_REFERENCE | Soft ownership reference: the owner does not need the owned object. The owned object cannot exist by itself. Code - 2 |
static SOFT_POINTER_REFERENCE | Soft pointer reference: the referencing object does not need the referenced object and vice versa. Code - 4 |
See Also
- namespace Aspose.CAD.FileFormats.Cad.Dwg.AcDBObjects
- assembly Aspose.CAD