Class DurSpecialistSolution
Inheritance
System.Object
System.MarshalByRefObject
DurSpecialistSolution
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
Assembly: NXOpen.dll
Syntax
public class DurSpecialistSolution : NXObject, IMessageSink, INXObject
Constructors
DurSpecialistSolution()
Declaration
protected DurSpecialistSolution()
Properties
LocalDefinitions
Declaration
public DurSpecialistLocalDefinitionCollection LocalDefinitions { get; }
Property Value
Type | Description |
---|---|
DurSpecialistLocalDefinitionCollection |
Methods
Activate(Boolean)
Declaration
public void Activate(bool activityStatus)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | activityStatus |
CloneSolution()
Declaration
public DurSpecialistSolution CloneSolution()
Returns
Type | Description |
---|---|
DurSpecialistSolution |
InformationWindow()
Declaration
public void InformationWindow()
Rename(String)
Declaration
public void Rename(string title)
Parameters
Type | Name | Description |
---|---|---|
System.String | title |
Solve()
Declaration
public void Solve()
Implements
System.Runtime.Remoting.Messaging.IMessageSink