Search Results for

    Show / Hide Table of Contents

    Class Utils

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    Utils
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE.AeroStructures
    Assembly: NXOpen.dll
    Syntax
    public class Utils : NXRemotableObject, IMessageSink

    Constructors

    Utils(Session)

    Declaration
    protected Utils(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

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

    Methods

    GetTemplatePaths(string)

    Declaration
    public string[] GetTemplatePaths(string templateName)
    Parameters
    Type Name Description
    string templateName
    Returns
    Type Description
    string[]

    GetUtils(Session)

    Declaration
    public static Utils GetUtils(Session owner)
    Parameters
    Type Name Description
    Session owner
    Returns
    Type Description
    Utils

    Implements

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