Adds a cockpit.
| Visual Basic |
|---|
Public Function AddCockpit( _
ByVal pICockpit As Cockpit _
) As CockpitParams |
- pICockpit
- The data for the new cockpit.
Contains the key (AbsEntry) of the new cockpit.
| Adding a Cockpit (C#) | Copy Code | |
|---|---|---|
| ||
| Visual Basic |
|---|
Public Function AddCockpit( _
ByVal pICockpit As Cockpit _
) As CockpitParams |
| Adding a Cockpit (C#) | Copy Code | |
|---|---|---|
| ||