CADability dotNET
Returns the Model with the given name, Returns null if there is no such model in the project.

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

Syntax

C#
public Model FindModel(
	string name
)
Visual Basic
Public Function FindModel ( _
	name As String _
) As Model
Visual C++
public:
Model^ FindModel(
	String^ name
)

Parameters

name
Type: System..::..String
name of the required model

Return Value

the model found or null

See Also