Class DynamicAnalysisViewable
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DynamicAnalysisViewable
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.Drawing
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class DynamicAnalysisViewable : PartAnalysisCaseWithContourViewable, IEquatable<APIBase>
Properties
ContourDrawStyle
Declaration
public override ContourDrawStyle ContourDrawStyle { get; }
Property Value
Type | Description |
---|---|
ContourDrawStyle |
Overrides
DynamicAnalysisDrawStyle
Declaration
public virtual DynamicAnalysisDrawStyle DynamicAnalysisDrawStyle { get; }
Property Value
Type | Description |
---|---|
DynamicAnalysisDrawStyle |
Mode
Declaration
public ListWithSelectedItem<NamedTuple1<int>> Mode { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<NamedTuple1<System.Int32>> |
Methods
FEResults()
Declaration
public void FEResults()
Implements
System.IEquatable<T>