Search Results for

    Show / Hide Table of Contents

    Class RSEventAttributes

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    RSEventAttributes
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE.ResponseSimulation
    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
    Type Description
    RSEvent.AnalysisType

    CoefficientDefinitionMethod

    Declaration
    public DDAMExcitation.CoefficientDefinitionType CoefficientDefinitionMethod { get; set; }
    Property Value
    Type Description
    DDAMExcitation.CoefficientDefinitionType

    CoefficientFile

    Declaration
    public string CoefficientFile { get; set; }
    Property Value
    Type Description
    string

    Duration

    Declaration
    public double Duration { get; set; }
    Property Value
    Type Description
    double

    DurationOption

    Declaration
    public RSEvent.DurationOption DurationOption { get; set; }
    Property Value
    Type Description
    RSEvent.DurationOption

    FastRmsMethod

    Declaration
    public bool FastRmsMethod { get; set; }
    Property Value
    Type Description
    bool

    Formulation

    Declaration
    public RSEvent.DdamFormulationType Formulation { get; set; }
    Property Value
    Type Description
    RSEvent.DdamFormulationType

    InterpolationMethod

    Declaration
    public InterpolationMethod InterpolationMethod { get; set; }
    Property Value
    Type Description
    InterpolationMethod

    MinimumGValue

    Declaration
    public double MinimumGValue { get; set; }
    Property Value
    Type Description
    double

    MountingType

    Declaration
    public DDAMExcitation.MountingType MountingType { get; set; }
    Property Value
    Type Description
    DDAMExcitation.MountingType

    ResponseType

    Declaration
    public DDAMExcitation.ResponseType ResponseType { get; set; }
    Property Value
    Type Description
    DDAMExcitation.ResponseType

    ShipType

    Declaration
    public DDAMExcitation.ShipType ShipType { get; set; }
    Property Value
    Type Description
    DDAMExcitation.ShipType

    Spacing

    Declaration
    public RSEvent.SpacingType Spacing { get; set; }
    Property Value
    Type Description
    RSEvent.SpacingType

    SpectralLines

    Declaration
    public int SpectralLines { get; set; }
    Property Value
    Type Description
    int

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX