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