SoInputReadByte Method (Byte) |
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 ReadByte(
out byte c
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Function ReadByte (
<OutAttribute> ByRef c As Byte
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool ReadByte(
[OutAttribute] unsigned char% c
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract ReadByte :
c : byte byref -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override ReadByte :
c : byte byref -> bool
Parameters
- c
- Type: SystemByte
Return Value
Type:
BooleanRemarks See Also