Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
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:
BooleanRemarks See Also