Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

3ef56c32 22e0 e93d 863a a9a732a8febf

haplokuon edited this page May 6, 2023 · 1 revision

UnLinkBoundary Method

netDxf 3.0.0 Library

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

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public List<EntityObject> UnLinkBoundary()

VB

Public Function UnLinkBoundary As List(Of EntityObject)

C++

public:
List<EntityObject^>^ UnLinkBoundary()

F#

member UnLinkBoundary : unit -> List<EntityObject> 

Return Value

List(EntityObject)
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

Reference

Hatch Class
netDxf.Entities Namespace

Clone this wiki locally