Class CraneTruck
Inheritance
System.Object
CraneTruck
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
[VehicleTypeImplementation("vehicle_type_crane_truck")]
public class CraneTruck : TractorUnit
Properties
|
Improve this Doc
View Source
Crane
Gets the Crane equipment item currently attached to this vehicle
Declaration
public Crane Crane { get; }
Property Value
Methods
|
Improve this Doc
View Source
DeleteTypeSpecificData(SAConnection)
Declaration
public override void DeleteTypeSpecificData(SAConnection connection)
Parameters
Type |
Name |
Description |
SAConnection |
connection |
|
Overrides
|
Improve this Doc
View Source
LoadTypeSpecificData(SAConnection)
Declaration
public override void LoadTypeSpecificData(SAConnection connection)
Parameters
Type |
Name |
Description |
SAConnection |
connection |
|
Overrides
|
Improve this Doc
View Source
SaveTypeSpecificData(SAConnection)
Declaration
public override void SaveTypeSpecificData(SAConnection connection)
Parameters
Type |
Name |
Description |
SAConnection |
connection |
|
Overrides