CADability dotNET
Initializes a new instance of the LengthProperty class

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

Syntax

C#
public LengthProperty(
	Object ObjectWithLength,
	string PropertyName,
	string resourceId,
	IFrame Frame,
	bool autoModifyWithMouse
)
Visual Basic
Public Sub New ( _
	ObjectWithLength As Object, _
	PropertyName As String, _
	resourceId As String, _
	Frame As IFrame, _
	autoModifyWithMouse As Boolean _
)
Visual C++
public:
LengthProperty(
	Object^ ObjectWithLength, 
	String^ PropertyName, 
	String^ resourceId, 
	IFrame^ Frame, 
	bool autoModifyWithMouse
)

Parameters

ObjectWithLength
Type: System..::..Object
PropertyName
Type: System..::..String
resourceId
Type: System..::..String
Frame
Type: CADability..::..IFrame
autoModifyWithMouse
Type: System..::..Boolean

See Also