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()
Public Function UnLinkBoundary As List(Of EntityObject)
public:
List<EntityObject^>^ UnLinkBoundary()
member UnLinkBoundary : unit -> List<EntityObject>
METHOD UnLinkBoundary() AS List<EntityObject>
Return Value
Type:
ListEntityObjectThe 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