C++
ACBASE_PORT AcDbHandle asAcDbHandle( Adesk::UInt32 nFlags = kParseDefault ) const;
Description
Parses the current string as a hexadecimal and returns the handle.
Parameters
Parameters | Description |
---|---|
nFlags | Input bits specifying how to do the parsing |
Returns
Handle value parsed from the string.
Links
Previous Declaration
AutoCAD 2024 and earlier
ACBASE_PORT AcDbHandle asAcDbHandle(int nFlags = kParseDefault) const;
History
AutoCAD 2025
nFlags argument changed from unsigned int to Adesk::UInt32.