CADability dotNET
Initializes a new instance of the DoubleProperty class

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

Syntax

C#
public DoubleProperty(
	Object ObjectWithDouble,
	string PropertyName,
	string ResourceId,
	IFrame Frame
)
Visual Basic
Public Sub New ( _
	ObjectWithDouble As Object, _
	PropertyName As String, _
	ResourceId As String, _
	Frame As IFrame _
)
Visual C++
public:
DoubleProperty(
	Object^ ObjectWithDouble, 
	String^ PropertyName, 
	String^ ResourceId, 
	IFrame^ Frame
)

Parameters

ObjectWithDouble
Type: System..::..Object
PropertyName
Type: System..::..String
ResourceId
Type: System..::..String
Frame
Type: CADability..::..IFrame

See Also