Gets /Sets Begin Object

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public T Begin { get; set; }
Visual Basic (Declaration)
Public Property Begin As T
Visual C++
public:
property T Begin {
	T get ();
	void set (T value);
}

See Also