SoInputRead Method (Int64) |
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 long i
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Function Read (
<OutAttribute> ByRef i As Long
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool Read(
[OutAttribute] long long% i
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract Read :
i : int64 byref -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override Read :
i : int64 byref -> bool
Parameters
- i
- Type: SystemInt64
Return Value
Type:
BooleanRemarks See Also