This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 435
df1268f9 2939 79f8 2bf0 c5dca88c1fc9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the hatch boundary paths.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ObservableCollection<HatchBoundaryPath> BoundaryPaths { get; }
VB
Public ReadOnly Property BoundaryPaths As ObservableCollection(Of HatchBoundaryPath)
Get
C++
public:
property ObservableCollection<HatchBoundaryPath^>^ BoundaryPaths {
ObservableCollection<HatchBoundaryPath^>^ get ();
}
F#
member BoundaryPaths : ObservableCollection<HatchBoundaryPath> with get
ObservableCollection(HatchBoundaryPath)
The hatch must contain at least on valid boundary path to be able to add it to the DxfDocument, otherwise it will be rejected.