SoOutputWrite Method (SByte) |
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(
sbyte c
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub Write (
c As SByte
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void Write(
signed char c
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member Write :
c : sbyte -> unit
Parameters
- c
- Type: SystemSByte
Remarks See Also