Show / Hide Table of Contents

Delegate ConstructAction.GeoObjectInput.GeoObjectSelectionChangedDelegate

Delegate definition for

Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void GeoObjectSelectionChangedDelegate(ConstructAction.GeoObjectInput sender, IGeoObject SelectedGeoObject);
Parameters
Type Name Description
ConstructAction.GeoObjectInput sender

this object

IGeoObject SelectedGeoObject

the user selected GeoObject

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