SoInputRead Method (SByte, Boolean) |
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 sbyte c,
bool skip
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Function Read (
<OutAttribute> ByRef c As SByte,
skip As Boolean
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool Read(
[OutAttribute] signed char% c,
bool skip
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract Read :
c : sbyte byref *
skip : bool -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override Read :
c : sbyte byref *
skip : bool -> bool
Parameters
- c
- Type: SystemSByte
- skip
- Type: SystemBoolean
Return Value
Type:
BooleanRemarks See Also