Class SimConditionParam
Inheritance
System.Object
System.MarshalByRefObject
SimConditionParam
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
Assembly: NXOpen.dll
Syntax
public class SimConditionParam : TaggedObject, IMessageSink
Constructors
SimConditionParam()
Declaration
protected SimConditionParam()
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Units
Declaration
public Unit Units { get; }
Property Value
Type | Description |
---|---|
Unit |
Methods
Modify(String, Unit)
Declaration
public void Modify(string name, Unit units)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
Unit | units |
Implements
System.Runtime.Remoting.Messaging.IMessageSink