This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
3ef56c32 22e0 e93d 863a a9a732a8febf
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Unlinks the boundary from the hatch, turning the associative property to false.
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>
List(EntityObject)
The list of unlinked entities from the boundary of the hatch.
The entities that make the hatch boundaries will not be deleted from the document if they already belong to one.