Search Results for

    Show / Hide Table of Contents

    Class ResultsManipOutputFieldSettings

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ResultsManipOutputFieldSettings
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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 ResultsManipOutputFieldSettings : TaggedObject, IMessageSink

    Constructors

    ResultsManipOutputFieldSettings()

    Declaration
    protected ResultsManipOutputFieldSettings()

    Properties

    CalculationMethodForValueAtNode

    Declaration
    [Obsolete("Deprecated in NX1953.0.0.  There is no replacement for this function")]
    public ResultsManipOutputFieldSettings.CalculationMethodForValueAtNodeOptions CalculationMethodForValueAtNode { get; set; }
    Property Value
    Type Description
    ResultsManipOutputFieldSettings.CalculationMethodForValueAtNodeOptions

    DepDomain

    Declaration
    [Obsolete("Deprecated in NX1953.0.0.  There is no replacement for this function")]
    public int DepDomain { get; set; }
    Property Value
    Type Description
    System.Int32

    FieldLabel

    Declaration
    public int FieldLabel { get; set; }
    Property Value
    Type Description
    System.Int32

    FieldName

    Declaration
    public string FieldName { get; set; }
    Property Value
    Type Description
    System.String

    IndepDomain

    Declaration
    [Obsolete("Deprecated in NX1953.0.0.  There is no replacement for this function")]
    public int IndepDomain { get; set; }
    Property Value
    Type Description
    System.Int32

    IndependentDomainForElementalResult

    Declaration
    public ResultsManipOutputFieldSettings.IndepDomainDefinitionOptions IndependentDomainForElementalResult { get; set; }
    Property Value
    Type Description
    ResultsManipOutputFieldSettings.IndepDomainDefinitionOptions

    IndependentDomainForElementNodalResult

    Declaration
    public ResultsManipOutputFieldSettings.IndepDomainDefinitionOptions IndependentDomainForElementNodalResult { get; set; }
    Property Value
    Type Description
    ResultsManipOutputFieldSettings.IndepDomainDefinitionOptions

    IndependentDomainForNodalResult

    Declaration
    public ResultsManipOutputFieldSettings.IndepDomainDefinitionOptions IndependentDomainForNodalResult { get; set; }
    Property Value
    Type Description
    ResultsManipOutputFieldSettings.IndepDomainDefinitionOptions

    Methods

    GetFieldDescription()

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

    SetFieldDescription(String[])

    Declaration
    public void SetFieldDescription(string[] fieldDescription)
    Parameters
    Type Name Description
    System.String[] fieldDescription

    Implements

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