CADability dotNET

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

Syntax

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

Parameters

Index
Type: System..::..Int32

See Also