SoInputReadBitMask Method (String, Boolean) |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual bool ReadBitMask(
out string n,
bool validIdent
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Function ReadBitMask (
<OutAttribute> ByRef n As String,
validIdent As Boolean
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool ReadBitMask(
[OutAttribute] String^% n,
bool validIdent
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract ReadBitMask :
n : string byref *
validIdent : bool -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override ReadBitMask :
n : string byref *
validIdent : bool -> bool
Parameters
- n
- Type: SystemString
- validIdent
- Type: SystemBoolean
Return Value
Type:
BooleanRemarks See Also