CADability dotNET
Returns the Model with the given index.

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

Syntax

C#
public Model GetModel(
	int Index
)
Visual Basic
Public Function GetModel ( _
	Index As Integer _
) As Model
Visual C++
public:
Model^ GetModel(
	int Index
)

Parameters

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

Return Value

the model

See Also