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

cca22790 ac63 e773 b93a 124afbe5b9a0

haplokuon edited this page May 6, 2023 · 1 revision

Update Method

netDxf 3.0.0 Library

Updates the internal HatchBoundaryPath data.

Definition

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

C#

public void Update()

VB

Public Sub Update

C++

public:
void Update()

F#

member Update : unit -> unit 

Remarks

It is necessary to manually call this method when changes to the boundary entities are made. This is only applicable to associative hatches, non-associative hatches has no associated boundary entities.

See Also

Reference

HatchBoundaryPath Class
netDxf.Entities Namespace

Clone this wiki locally