Show / Hide Table of Contents

Delegate Model.RemovingGeoObject

Delegate definition for the RemovingGeoObjectEvent. Setting cancel to true prevents the object beeing removed from the model.

Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate void RemovingGeoObject(IGeoObject go, ref bool cancel);
Parameters
Type Name Description
IGeoObject go

Object to be added

System.Boolean cancel

Parameter to prevent the adding of the object

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