CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Provide a method here to get the result of this input (and modify your object)
Namespace: CADability.ActionsAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event ConstructAction..::..PlaneInput..::..SetPlaneDelegate SetPlaneEvent |
| Visual Basic |
|---|
Public Event SetPlaneEvent As ConstructAction..::..PlaneInput..::..SetPlaneDelegate |
| Visual C++ |
|---|
public: event ConstructAction..::..PlaneInput..::..SetPlaneDelegate^ SetPlaneEvent { void add (ConstructAction..::..PlaneInput..::..SetPlaneDelegate^ value); void remove (ConstructAction..::..PlaneInput..::..SetPlaneDelegate^ value); } |