Table of Contents

Class HandleCodes

Namespace
Aspose.CAD.FileFormats.Cad.Dwg.AcDBObjects
Assembly
Aspose.CAD.dll

Handles codes

[ComVisible(false)]
public class HandleCodes
Inheritance
HandleCodes
Inherited Members

Constructors

HandleCodes()

Initializes a new instance of the HandleCodes class.

Fields

HANDLE_MINUS_OFFSET_REFERENCE

The handle minus offset reference. Code - 12 (0xC)

HANDLE_MINUS_ONE_REFERENCE

The handle minus one reference. Code - 8

HANDLE_PLUS_OFFSET_REFERENCE

The handle plus offset reference. Code - 10 (0xA)

HANDLE_PLUS_ONE_REFERENCE

The handle plus one reference. Code - 6

HARD_OWNERSHIP_REFERENCE

Hard ownership reference: the owner needs the owned object. The owned object cannot exist by itself. Code - 3

HARD_POINTER_REFERENCE

Hard pointer reference: the referencing object needs the referenced object, but both are owned by another object. Code - 5

SOFT_OWNERSHIP_REFERENCE

Soft ownership reference: the owner does not need the owned object. The owned object cannot exist by itself. Code - 2

SOFT_POINTER_REFERENCE

Soft pointer reference: the referencing object does not need the referenced object and vice versa. Code - 4