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 SourceSucceeded
Declaration
bool Succeeded { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceGetHandledProperty()
Returns the property handled by this action
Declaration
IPropertyEntry GetHandledProperty()
Returns
| Type | Description |
|---|---|
| IPropertyEntry |