Procedure Class |
Namespace: Demo3D.QuickLogic
public class Procedure : IOwnedByVisual, ICloneable
The Procedure type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainsExecutableCode |
Does the QuickLogic procedure contain any statements or is it empty.
| |
| Name |
The name of this QuickLogic procedure.
| |
| ParameterFormat |
A format string that represents the names and types of any parameters
that are expected by this QuickLogic procedure when it is executed.
| |
| Visual |
The Visual that this QuickLogic procedure is bound to.
|
| Name | Description | |
|---|---|---|
| Clone |
Clone a QuickLogic procedure.
| |
| Execute |
Execute the QuickLogic procedure now.
|