SoOutputWrite Method (Single) |
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(
float f
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub Write (
f As Single
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void Write(
float f
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member Write :
f : float32 -> unit
Parameters
- f
- Type: SystemSingle
Remarks See Also