SoOutputWrite Method (Int16) |
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(
short s
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub Write (
s As Short
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void Write(
short s
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member Write :
s : int16 -> unit
Parameters
- s
- Type: SystemInt16
Remarks See Also