CADability dotNET

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Schedule this[
	int Index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	Index As Integer _
) As Schedule
	Get
	Set
Visual C++
public:
property Schedule^ default[int Index] {
	Schedule^ get (int Index);
	void set (int Index, Schedule^ value);
}

Parameters

Index
Type: System..::..Int32

See Also