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