SoInputRead Method (UInt16) |
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 ushort s
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Function Read (
<OutAttribute> ByRef s As UShort
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool Read(
[OutAttribute] unsigned short% s
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract Read :
s : uint16 byref -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override Read :
s : uint16 byref -> bool
Parameters
- s
- Type: SystemUInt16
Return Value
Type:
BooleanRemarks See Also