Class RSEventAttributes
Inheritance
RSEventAttributes
Assembly: NXOpen.dll
Syntax
public class RSEventAttributes : TaggedObject, IMessageSink
Constructors
RSEventAttributes()
Declaration
protected RSEventAttributes()
Properties
AnalysisType
Declaration
public RSEvent.AnalysisType AnalysisType { get; set; }
Property Value
CoefficientDefinitionMethod
Declaration
public DDAMExcitation.CoefficientDefinitionType CoefficientDefinitionMethod { get; set; }
Property Value
CoefficientFile
Declaration
public string CoefficientFile { get; set; }
Property Value
Duration
Declaration
public double Duration { get; set; }
Property Value
DurationOption
Declaration
public RSEvent.DurationOption DurationOption { get; set; }
Property Value
FastRmsMethod
Declaration
public bool FastRmsMethod { get; set; }
Property Value
Declaration
public RSEvent.DdamFormulationType Formulation { get; set; }
Property Value
InterpolationMethod
Declaration
public InterpolationMethod InterpolationMethod { get; set; }
Property Value
MinimumGValue
Declaration
public double MinimumGValue { get; set; }
Property Value
MountingType
Declaration
public DDAMExcitation.MountingType MountingType { get; set; }
Property Value
ResponseType
Declaration
public DDAMExcitation.ResponseType ResponseType { get; set; }
Property Value
ShipType
Declaration
public DDAMExcitation.ShipType ShipType { get; set; }
Property Value
Spacing
Declaration
public RSEvent.SpacingType Spacing { get; set; }
Property Value
SpectralLines
Declaration
public int SpectralLines { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink