SoInputRead Method (Single) |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual bool Read(
out float f
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Function Read (
<OutAttribute> ByRef f As Single
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool Read(
[OutAttribute] float% f
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract Read :
f : float32 byref -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override Read :
f : float32 byref -> bool
Parameters
- f
- Type: SystemSingle
Return Value
Type:
BooleanRemarks See Also