Class PermissibleAxialLoad
Inheritance
System.Object
PermissibleAxialLoad
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PermissibleAxialLoad : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
BriefPeriods
Declaration
public double BriefPeriods { get; }
Property Value
| Type |
Description |
| System.Double |
|
Continuous
Declaration
public double Continuous { get; }
Property Value
| Type |
Description |
| System.Double |
|
PeakLoads
Declaration
public double PeakLoads { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods