Class TBSObjectives
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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