Search Results for

    Show / Hide Table of Contents

    Class PostScenarioVariableDomain

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    PostScenarioVariableDomain
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    Assembly: NXOpen.dll
    Syntax
    public class PostScenarioVariableDomain : TransientObject, IMessageSink, IDisposable

    Constructors

    PostScenarioVariableDomain(IntPtr)

    Declaration
    protected PostScenarioVariableDomain(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Methods

    AddComponent(String, String[])

    Declaration
    public void AddComponent(string baseDomain, string[] subdomains)
    Parameters
    Type Name Description
    System.String baseDomain
    System.String[] subdomains

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetAllBaseDomains()

    Declaration
    public string[] GetAllBaseDomains()
    Returns
    Type Description
    System.String[]

    GetAllSubdomains(String)

    Declaration
    public string[] GetAllSubdomains(string baseDomain)
    Parameters
    Type Name Description
    System.String baseDomain
    Returns
    Type Description
    System.String[]

    GetMeasure()

    Declaration
    public string GetMeasure()
    Returns
    Type Description
    System.String

    GetNthComponent(Int32, out String, out String[])

    Declaration
    public void GetNthComponent(int n, out string baseDomain, out string[] subdomains)
    Parameters
    Type Name Description
    System.Int32 n
    System.String baseDomain
    System.String[] subdomains

    GetNumberOfComponents()

    Declaration
    public int GetNumberOfComponents()
    Returns
    Type Description
    System.Int32

    GetUnit()

    Declaration
    public Unit GetUnit()
    Returns
    Type Description
    Unit

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX