CADability dotNET
This interface is implemented by Actions that only temporary construct some input for other actions. It is used by those actions to stay active until the IIntermediateConstruction action terminates.

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

Syntax

C#
public interface IIntermediateConstruction
Visual Basic
Public Interface IIntermediateConstruction
Visual C++
public interface class IIntermediateConstruction

See Also