SoInputRead Method (UInt32) |
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 uint i
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Function Read (
<OutAttribute> ByRef i As UInteger
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool Read(
[OutAttribute] unsigned int% i
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract Read :
i : uint32 byref -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override Read :
i : uint32 byref -> bool
Parameters
- i
- Type: SystemUInt32
Return Value
Type:
BooleanRemarks See Also