CADability dotNET
Delegate for the construction of a UnscaledGeoObject.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public delegate UnscaledGeoObject ConstructionDelegate()
Visual Basic
Public Delegate Function ConstructionDelegate As UnscaledGeoObject
Visual C++
public delegate UnscaledGeoObject^ ConstructionDelegate()

Return Value

A UnscaledGeoObject or UnscaledGeoObject derived class

See Also