Class Box
A load with box shape.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Loads
Assembly: Experior.Core.dll
Syntax
[TypeConverter(typeof(ObjectConverter))]
public class Box : Load, ILoad, IDisposable, ILabel
Constructors
Box(LoadInfo)
A load with box shape.
Declaration
public Box(LoadInfo info)
Parameters
Type | Name | Description |
---|---|---|
LoadInfo | info | Holds information about the box. |
Properties
Height
Height of the box shaped load in meters.
Declaration
[Browsable(true)]
[PropertyOrder(1)]
[TypeConverter(typeof(FloatMeterToMillimeter))]
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Length
Length of the box shaped load in meters.
Declaration
[Browsable(true)]
[PropertyOrder(0)]
[TypeConverter(typeof(FloatMeterToMillimeter))]
public float Length { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Width
Width of the box shaped load in meters.
Declaration
[Browsable(true)]
[PropertyOrder(2)]
[TypeConverter(typeof(FloatMeterToMillimeter))]
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Events
OnChanged
Event called when Height, Length or Width is changed for the box.
Declaration
public event Box.BoxEvent OnChanged
Event Type
Type | Description |
---|---|
Box.BoxEvent |
Implements
System.IDisposable