Search Results for

    Show / Hide Table of Contents

    Class TBSObjectives

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TBSObjectives
    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.Optimization
    Assembly: NXOpen.dll
    Syntax
    public class TBSObjectives : TaggedObject, IMessageSink

    Constructors

    TBSObjectives()

    Declaration
    protected TBSObjectives()

    Properties

    TargetObjective

    Declaration
    public TBSObjectives.ObjectiveType TargetObjective { get; set; }
    Property Value
    Type Description
    TBSObjectives.ObjectiveType

    Methods

    AddObjectives(TBSSingleObjective[])

    Declaration
    public void AddObjectives(TBSSingleObjective[] objectives)
    Parameters
    Type Name Description
    TBSSingleObjective[] objectives

    GetObjectives()

    Declaration
    public TBSSingleObjective[] GetObjectives()
    Returns
    Type Description
    TBSSingleObjective[]

    RemoveObjectives(TBSSingleObjective[], Boolean)

    Declaration
    public void RemoveObjectives(TBSSingleObjective[] objectives, bool deleteObject)
    Parameters
    Type Name Description
    TBSSingleObjective[] objectives
    System.Boolean deleteObject

    SetObjectives(TBSSingleObjective[])

    Declaration
    public void SetObjectives(TBSSingleObjective[] objectives)
    Parameters
    Type Name Description
    TBSSingleObjective[] objectives

    Implements

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