Search Results for

    Show / Hide Table of Contents

    Class ResultsManipOutputFieldSettings

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ResultsManipOutputFieldSettings
    Implements
    IMessageSink
    Inherited Members
    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
    Assembly: NXOpen.dll
    Syntax
    public class ResultsManipOutputFieldSettings : TaggedObject, IMessageSink

    Constructors

    ResultsManipOutputFieldSettings()

    Declaration
    protected ResultsManipOutputFieldSettings()

    Properties

    FieldLabel

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

    FieldName

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

    IndependentDomainForElementNodalResult

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

    IndependentDomainForElementalResult

    Declaration
    public ResultsManipOutputFieldSettings.IndepDomainDefinitionOptions IndependentDomainForElementalResult { 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
    string[]

    SetFieldDescription(string[])

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

    Implements

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