LFileSettings::GetAutoCADFilesColorScheme

Summary

Gets the current color scheme that LEADTOOLS uses when loading AutoCAD (DXF and DWG) files.

Syntax

#include "ltwrappr.h"

static L_INT LFileSettings::GetAutoCADFilesColorScheme(dwFlags)

Parameters

L_UINT32 * dwFlags

Pointer to a variable, to be updated with a value that represents the current AutoCAD color scheme that LEADTOOLS uses when loading AutoCAD file

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

Note: More options are available in the LOADFILEOPTION structure.

For an explanation of how LEADTOOLS uses the AutoCAD color scheme flags, refer to LFileSettings::SetAutoCADFilesColorScheme.

Before calling this function, you must declare a variable of data type L_UINT32. You can then pass the address of the variable in the pFlags parameter, which this function will update with a value that represents the current color scheme used by LEADTOOLS for loading AutoCAD files.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LFileSettings::SetAutoCADFilesColorScheme.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.