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; }
Public Property BoundaryPaths As ObservableCollection(Of HatchBoundaryPath)
Get
Set
public:
property ObservableCollection<HatchBoundaryPath^>^ BoundaryPaths {
ObservableCollection<HatchBoundaryPath^>^ get ();
void set (ObservableCollection<HatchBoundaryPath^>^ value);
}
member BoundaryPaths : ObservableCollection<HatchBoundaryPath> with get, set
PROPERTY BoundaryPaths AS ObservableCollection<HatchBoundaryPath> GET SET
Property Value
Type:
ObservableCollectionHatchBoundaryPathRemarks
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