Search Results for

    Show / Hide Table of Contents

    Class FunctionResultType

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseResultType
    FunctionResultType
    Implements
    IMessageSink
    Inherited Members
    BaseResultType.GetSectionDefined()
    BaseResultType.AskComponents(out Result.Component[])
    BaseResultType.AskDefaultUnitForComponent(Result.Component)
    BaseResultType.AskPlies(out int[])
    BaseResultType.AskPlyLocations(int, out Result.PlyLocation[])
    BaseResultType.AskShellLocations(out Result.ShellSection[])
    BaseResultType.AskBeamLocations(out Result.BeamSection[])
    BaseResultType.Complex
    BaseResultType.Datatype
    BaseResultType.Location
    BaseResultType.Name
    BaseResultType.Quantity
    BaseResultType.UserName
    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.PostProc
    Assembly: NXOpen.dll
    Syntax
    public class FunctionResultType : BaseResultType, IMessageSink

    Constructors

    FunctionResultType()

    Declaration
    protected FunctionResultType()

    Properties

    DisplayName

    Declaration
    public string DisplayName { get; }
    Property Value
    Type Description
    string

    Methods

    GetAbscissaUnit(out Unit, out string, out string)

    Declaration
    public void GetAbscissaUnit(out Unit unitType, out string quantityName, out string localizedQuantityName)
    Parameters
    Type Name Description
    Unit unitType
    string quantityName
    string localizedQuantityName

    GetIndependentVariables()

    Declaration
    public IndependentVariable[] GetIndependentVariables()
    Returns
    Type Description
    IndependentVariable[]

    GetOrdinateUnit(out Unit, out string, out string)

    Declaration
    public void GetOrdinateUnit(out Unit unitType, out string quantityName, out string localizedQuantityName)
    Parameters
    Type Name Description
    Unit unitType
    string quantityName
    string localizedQuantityName

    Implements

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