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