Show / Hide Table of Contents

Interface IIntermediateConstruction

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.dll
Syntax
public interface IIntermediateConstruction

Properties

| Improve this Doc View Source

Succeeded

Declaration
bool Succeeded { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

GetHandledProperty()

Returns the property handled by this action

Declaration
IPropertyEntry GetHandledProperty()
Returns
Type Description
IPropertyEntry
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX