CADability dotNET
Creates a new AnimatedView object. In oder to display this view on the screen you need to add this view to a SingleDocumentFrame and set it as the ActiveView.

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

Syntax

C#
public GDI2DView(
	Project project,
	Model model,
	IFrame frame
)
Visual Basic
Public Sub New ( _
	project As Project, _
	model As Model, _
	frame As IFrame _
)
Visual C++
public:
GDI2DView(
	Project^ project, 
	Model^ model, 
	IFrame^ frame
)

Parameters

project
Type: CADability..::..Project
The project that contains the lists of all schedules (if needed)
model
Type: CADability..::..Model
The model that is displayed and contains the list of all drives
frame
Type: CADability..::..IFrame
The frame which is the context of this view

See Also