C++
virtual Acad::ErrorStatus writeInt64( AcDb::DxfCode code, Adesk::Int64 val ) = 0;
Description
Writes the signed 64-bit integer value to the dxf filer.
Parameters
Parameters | Description |
---|---|
nGroupCode | DXF group code to be written out. |
nVal | 64-bit integer value to be written out. |
Returns
Acad::eOk if successfull, an error code if not.
Remarks
This method should only be called on filers whose version is 2010 or newer.