Class OutputBoolean
Inheritance
System.Object
System.MarshalByRefObject
OutputBoolean
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.AeroStructures.Author
Assembly: NXOpen.dll
Syntax
public class OutputBoolean : OutputParameter, IMessageSink, INXObject
Constructors
OutputBoolean()
Declaration
protected OutputBoolean()
Methods
SetValue(Boolean)
Declaration
public void SetValue(bool boolVal)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | boolVal |
SetValue(String, Boolean)
Declaration
public void SetValue(string fmName, bool boolVal)
Parameters
Type | Name | Description |
---|---|---|
System.String | fmName | |
System.Boolean | boolVal |
SetValue(String, Int32, Boolean)
Declaration
public void SetValue(string fmName, int lcIndex, bool boolVal)
Parameters
Type | Name | Description |
---|---|---|
System.String | fmName | |
System.Int32 | lcIndex | |
System.Boolean | boolVal |
Implements
System.Runtime.Remoting.Messaging.IMessageSink