The ConvVariantToArray function converts array of variant variables into array of points.
Syntax
Private Sub ConvVariantToArray(
VarArray As Variant,
CadArray() As CADPOINT,
ByVal Size As Long)
Parameters
VarArray |
Source array of variant variables. |
CadArray() |
Destination array of CAD-points. |
Size |
Size of destination array. |
See Also
CADConvert | CADCreate | CADEnum | CADGetBox | CADGetSingleFromBytes | CADGetSplineParams | CADGetSplinePointsCount | CADGetViewPortParams | CADGetViewPortPointsCount | EndViewport
© 2003-2024 CADSoftTools
Go to CAD DLL