Class Can
A load with a cylinder 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
public class Can : Load, ILoad, IDisposable, ILabel
Constructors
Can(LoadInfo)
A load with a cylinder shape.
Declaration
public Can(LoadInfo info)
Parameters
Type | Name | Description |
---|---|---|
LoadInfo | info | Holds information about the can. |
Properties
Length
Length of the cylinder shaped load.
Declaration
public override float Length { get; }
Property Value
Type | Description |
---|---|
System.Single |
Overrides
Width
Width of the cylinder shaped load.
Declaration
public override float Width { get; }
Property Value
Type | Description |
---|---|
System.Single |
Overrides
Implements
System.IDisposable