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..::..LengthInput..::..GetLengthDelegate GetLengthEvent |
| Visual Basic |
|---|
Public Event GetLengthEvent As ConstructAction..::..LengthInput..::..GetLengthDelegate |
| Visual C++ |
|---|
public: event ConstructAction..::..LengthInput..::..GetLengthDelegate^ GetLengthEvent { void add (ConstructAction..::..LengthInput..::..GetLengthDelegate^ value); void remove (ConstructAction..::..LengthInput..::..GetLengthDelegate^ value); } |