Search Results for

    Show / Hide Table of Contents

    Class CorrelNodeMap

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    CorrelNodeMap
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class CorrelNodeMap : NXRemotableObject, IMessageSink

    Constructors

    CorrelNodeMap(CorrelBaseSolution)

    Declaration
    protected CorrelNodeMap(CorrelBaseSolution owner)
    Parameters
    Type Name Description
    CorrelBaseSolution owner

    Properties

    Methods

    Declaration
    public CorrelNodeMapMethodCollection Methods { get; }
    Property Value
    Type Description
    CorrelNodeMapMethodCollection

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    ClearNodes(Int32[])

    Declaration
    public void ClearNodes(int[] removeWorkNodes)
    Parameters
    Type Name Description
    System.Int32[] removeWorkNodes

    CreateMethodBuilder(CorrelNodeMapMethod)

    Declaration
    public CorrelNodeMapMethodBuilder CreateMethodBuilder(CorrelNodeMapMethod method)
    Parameters
    Type Name Description
    CorrelNodeMapMethod method
    Returns
    Type Description
    CorrelNodeMapMethodBuilder

    ExportToCsvFile(String)

    Declaration
    public void ExportToCsvFile(string filename)
    Parameters
    Type Name Description
    System.String filename

    Lock()

    Declaration
    public void Lock()

    ShowInfo()

    Declaration
    public void ShowInfo()

    Unlock()

    Declaration
    public void Unlock()

    Update()

    Declaration
    public void Update()

    Implements

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