Class FrequencyDefinition
Inheritance
System.Object
System.MarshalByRefObject
FrequencyDefinition
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.ResponseSimulation
Assembly: NXOpen.dll
Syntax
public class FrequencyDefinition : TaggedObject, IMessageSink
Constructors
FrequencyDefinition()
Declaration
protected FrequencyDefinition()
Properties
ContributorNumber
Declaration
public int ContributorNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EndValue
Declaration
public double EndValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EvaluationType
Declaration
public FrequencyDefinition.Definition EvaluationType { get; set; }
Property Value
Type | Description |
---|---|
FrequencyDefinition.Definition |
GenerateMaximumContributors
Declaration
public bool GenerateMaximumContributors { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InterpolationMethodOption
Declaration
public FrequencyDefinition.InterpolationMethod InterpolationMethodOption { get; set; }
Property Value
Type | Description |
---|---|
FrequencyDefinition.InterpolationMethod |
NormalizeResults
Declaration
public bool NormalizeResults { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SpectralLine
Declaration
public int SpectralLine { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartValue
Declaration
public double StartValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetFrequencies()
Declaration
public double[] GetFrequencies()
Returns
Type | Description |
---|---|
System.Double[] |
SetFrequencies(Double[])
Declaration
public void SetFrequencies(double[] frequencies)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | frequencies |
Implements
System.Runtime.Remoting.Messaging.IMessageSink