CADability dotNET
Initializes a new instance of the DrawingPlaneProperty class

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

Syntax

C#
public DrawingPlaneProperty(
	Projection projection,
	IFrame frame
)
Visual Basic
Public Sub New ( _
	projection As Projection, _
	frame As IFrame _
)
Visual C++
public:
DrawingPlaneProperty(
	Projection^ projection, 
	IFrame^ frame
)

Parameters

projection
Type: CADability..::..Projection
frame
Type: CADability..::..IFrame

See Also