Click or drag to resize

HatchUnLinkBoundary Method

Unlinks the boundary from the hatch, turning the associative property to false.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<EntityObject> UnLinkBoundary()

Return Value

Type: ListEntityObject
The list of unlinked entities from the boundary of the hatch.
Remarks
The entities that make the hatch boundaries will not be deleted from the document if they already belong to one.
See Also