SoOutputWrite Method (Boolean) |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void Write(
bool b
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub Write (
b As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void Write(
bool b
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member Write :
b : bool -> unit
Parameters
- b
- Type: SystemBoolean
Remarks See Also