Class PointLoadPowerFlow
Inheritance
System.Object
PointLoadPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PointLoadPowerFlow : VirtualComponentPowerFlow, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public PointLoad ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| PointLoad |
ComponentLoadCase
Declaration
public PointLoadLoadCase ComponentLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| PointLoadLoadCase |
Implements
System.IEquatable<T>