MKI_DrawingGetInfo (Drawing) Changed in Version 2019.0

www.CAD6.com

C++ Syntax

bool

MKI_DrawingGetInfo(

 MKI_FILENAMEW& f_rFileName,

 MKI_FILE_HEADER_PTR f_pFileHeader,

 bool* f_pfDrawingChanged );

 

Retrieves information about a drawing. Especially the drawing's title (located in its header) is used to identify that drawing.

 

Parameters

FileName

[MKI_FILENAMEW&] Address of buffer to receive the drawing's file name. If the filename of the drawing begins with MKI_CHAR_SYSTEM ('*'), the drawing is untitled.

FileHeader

[MKI_FILE_HEADER_PTR] Address of buffer to receive the drawing's header. If FileHeader is nullptr, no header will be returned.

DrawingChanged

[bool*] Address of a bool to receive the drawing's current status. If it has been changed since the last saving true will be returned, otherwise false.

 

Return Value

Returns true if successful. If false is returned, parameters were invalid.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH