Click or drag to resize

HatchBoundaryPaths Property

Gets the hatch boundary paths.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public ObservableCollection<HatchBoundaryPath> BoundaryPaths { get; set; }

Property Value

Type: ObservableCollectionHatchBoundaryPath
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