CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Event which is raised when this object indicates a new value for the angle
Namespace: CADability.UserInterfaceAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event AngleProperty..::..SetAngleDelegate SetAngleEvent |
| Visual Basic |
|---|
Public Event SetAngleEvent As AngleProperty..::..SetAngleDelegate |
| Visual C++ |
|---|
public: event AngleProperty..::..SetAngleDelegate^ SetAngleEvent { void add (AngleProperty..::..SetAngleDelegate^ value); void remove (AngleProperty..::..SetAngleDelegate^ value); } |