CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Provide a method here, if the length not only depends from this input, but is also
modified by other means.
Namespace: CADability.ActionsAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event ConstructAction..::..PlaneInput..::..GetPlaneDelegate GetPlaneEvent |
| Visual Basic |
|---|
Public Event GetPlaneEvent As ConstructAction..::..PlaneInput..::..GetPlaneDelegate |
| Visual C++ |
|---|
public: event ConstructAction..::..PlaneInput..::..GetPlaneDelegate^ GetPlaneEvent { void add (ConstructAction..::..PlaneInput..::..GetPlaneDelegate^ value); void remove (ConstructAction..::..PlaneInput..::..GetPlaneDelegate^ value); } |