Show / Hide Table of Contents

Delegate ChangeDelegate

Delegate method that is invoked when a GeoObject is about to change or did change.

Namespace: CADability.GeoObject
Assembly: CADability.dll
Syntax
public delegate void ChangeDelegate(IGeoObject Sender, GeoObjectChange Change);
Parameters
Type Name Description
IGeoObject Sender

The GeoObject

GeoObjectChange Change

Type of change

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