CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Provide a method here, if the vector 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..::..GeoVectorInput..::..GetGeoVectorDelegate GetGeoVectorEvent |
| Visual Basic |
|---|
Public Event GetGeoVectorEvent As ConstructAction..::..GeoVectorInput..::..GetGeoVectorDelegate |
| Visual C++ |
|---|
public: event ConstructAction..::..GeoVectorInput..::..GetGeoVectorDelegate^ GetGeoVectorEvent { void add (ConstructAction..::..GeoVectorInput..::..GetGeoVectorDelegate^ value); void remove (ConstructAction..::..GeoVectorInput..::..GetGeoVectorDelegate^ value); } |