CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Gets or sets the mode how to proceed with holes inside the area to be filled
Namespace: CADability.AttributeAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public HatchStyleContour..::..EHoleMode HoleMode { get; set; } |
| Visual Basic |
|---|
Public Property HoleMode As HatchStyleContour..::..EHoleMode Get Set |
| Visual C++ |
|---|
public: property HatchStyleContour..::..EHoleMode HoleMode { HatchStyleContour..::..EHoleMode get (); void set (HatchStyleContour..::..EHoleMode value); } |