Show / Hide Table of Contents

Delegate GeneralGeoVectorAction.SetGeoVectorDelegate

Type definition for SetGeoVectorEvent.

Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void SetGeoVectorDelegate(GeneralGeoVectorAction sender, GeoVector NewValue);
Parameters
Type Name Description
GeneralGeoVectorAction sender

Source of notification (this object)

GeoVector NewValue

New value for the GeoPoint

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX