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