How to get parameters of curve
APITest_EXE.zip
Updated: 5/7/2004
Size: 0.019
Curve::GetBCurveParams is a difficult API to use because you must deal with Variants.
This sample code is an MFC-based dialog application that shows how to use Curve::GetBCurveParams. It shows how to correctly deal with Variants and access the data contained in a Variant. The equivalent VBA code is provided for reference and contrast.