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

df1268f9 2939 79f8 2bf0 c5dca88c1fc9

haplokuon edited this page May 6, 2023 · 1 revision

BoundaryPaths Property

netDxf 3.0.0 Library

Gets the hatch boundary paths.

Definition

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

Property Value

ObservableCollection(HatchBoundaryPath)

Remarks

The hatch must contain at least on valid boundary path to be able to add it to the DxfDocument, otherwise it will be rejected.

See Also

Reference

Hatch Class
netDxf.Entities Namespace

Clone this wiki locally