Click or drag to resize

HatchUnLinkBoundary Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Unlinks the boundary from the hatch, turning the associative property to false.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public List<EntityObject> UnLinkBoundary()
Request Example View Source

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