CADability dotNET
Returns the child with the given index. See HasChildren()()()().

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

Syntax

C#
IGeoObject Child(
	int Index
)
Visual Basic
Function Child ( _
	Index As Integer _
) As IGeoObject
Visual C++
IGeoObject^ Child(
	int Index
)

Parameters

Index
Type: System..::..Int32
index of required child

Return Value

this child

See Also