CADability dotNET
Constructs an AngleProperty. The provided and PropertyName gives direct access (via reflection) to a (public read and write) property of the object to immediately modify the angle without any forther action required.

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

Syntax

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

Parameters

ObjectWithAngle
Type: System..::..Object
The object that contains the angular property
PropertyName
Type: System..::..String
The name of the property
resourceId
Type: System..::..String
The resource id (StringTable) for the label in the control center
Frame
Type: CADability..::..IFrame
The frame in which this property is used
autoModifyWithMouse
Type: System..::..Boolean
Allows automatic modification by mouse movement

See Also