CADability dotNET
Removes the given ModelView from the project. There must always be at least one modelview, so you cannot remove the last modelview.

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

Syntax

C#
public bool RemoveModelView(
	ModelView toRemove
)
Visual Basic
Public Function RemoveModelView ( _
	toRemove As ModelView _
) As Boolean
Visual C++
public:
bool RemoveModelView(
	ModelView^ toRemove
)

Parameters

toRemove
Type: CADability..::..ModelView
modelview to remove

Return Value

success: true, failure: false

See Also