The CADGetStructAsString function returns data contained in the CADDATA structure as a string value.
Syntax
LPCSTR CADGetStructAsString(
LPCADDATA lpData
);
Parameters
lpData |
Points to the CADDATA structure that contains properties of the CAD entity. |
Return Value
If the function succeeds, the return value is a string that contains information about the properties of CAD entity.
If the function fails, the return value is NULL. To get extended error information, call CADGetLastError.
See Also
© 2003-2024 CADSoftTools
Go to CAD DLL