CADability dotNET
Indexer to access the GeoObjects owned by this model by index.

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

Syntax

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

Parameters

Index
Type: System..::..Int32
Index of the required GeoObject

Return Value

See Also