SoInputGetASCIIFile Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual bool GetASCIIFile(
out sbyte c
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Function GetASCIIFile (
<OutAttribute> ByRef c As SByte
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool GetASCIIFile(
[OutAttribute] signed char% c
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract GetASCIIFile :
c : sbyte byref -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override GetASCIIFile :
c : sbyte byref -> bool
Parameters
- c
- Type: SystemSByte
Return Value
Type:
BooleanRemarks See Also