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