Class OutputBoolean
Inheritance
OutputBoolean
Assembly: NXOpen.dll
Syntax
public class OutputBoolean : OutputParameter, IMessageSink, INXObject
Constructors
OutputBoolean()
Declaration
protected OutputBoolean()
Methods
SetValue(bool)
Declaration
public void SetValue(bool boolVal)
Parameters
Type |
Name |
Description |
bool |
boolVal |
|
SetValue(string, bool)
Declaration
public void SetValue(string fmName, bool boolVal)
Parameters
SetValue(string, int, bool)
Declaration
public void SetValue(string fmName, int lcIndex, bool boolVal)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink