SlungLoadDimensions
USI.Core
Slung-load dimensions using the developer's selected length unit.
public struct SlungLoadDimensions : IEquatable<SlungLoadDimensions>Constructors
SlungLoadDimensions
public SlungLoadDimensions(Length Width, Length Height, Length Length)Slung-load dimensions using the developer's selected length unit.
Properties
Height
public Length Height { get; set; }Length
public Length Length { get; set; }Width
public Length Width { get; set; }Methods
Deconstruct
public void Deconstruct(Length Width, Length Height, Length Length)Equals
public bool Equals(object obj)Equals
public bool Equals(SlungLoadDimensions other)GetHashCode
public int GetHashCode()ToString
public string ToString()