SoInputRead Method (String) |
Calls Read(n, false).
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool Read(
out string n
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function Read (
<OutAttribute> ByRef n As String
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool Read(
[OutAttribute] String^% n
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member Read :
n : string byref -> bool
Parameters
- n
- Type: SystemString
Return Value
Type:
BooleanRemarks See Also