CADability dotNET
Gets or sets the mode how to proceed with holes inside the area to be filled

Namespace: CADability.Attribute
Assembly: 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);
}

See Also