The CADConvert function fills array of the variant type variables and obtains point coordinates from instance of the CADData type.
Syntax
Declare Function CADConvert Lib "CADImporter.dll" (
Massiv As Variant,
ByRef EData As CADData) As Long
Parameters
Massiv |
Specifies the array of point coordinates of an entity. Array has the following structure: |
EData |
Entity data. |
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call CADGetLastError.
See Also
Go to CAD DLL