Class AnalysisParameterEigenvalue
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMObjBase.dll
This class is to represent the eigenvalue analysis parameter.
public class AnalysisParameterEigenvalue
Inheritance
object ← AnalysisParameterEigenvalue
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
AnalysisParameterEigenvalue()
public AnalysisParameterEigenvalue()
Properties
EigenParameter
Gets or sets the parameter.
public EigenvalueAnalysisParameter EigenParameter { get; set; }
Property Value
OwnerLinkContainer
Gets the owner.
public LinkContainer OwnerLinkContainer { set; }
Property Value
LinkContainer
TypeForAnalysis
Gets or sets the analysis type.
public AnalysisParameterEigenvalue.AnalysisType TypeForAnalysis { get; set; }
Property Value
AnalysisParameterEigenvalue.AnalysisType
Methods
SetModified()
Set modified flag.
protected void SetModified()