(VBA) GetXData problems

I've been trying to use the function "GetXData" to aquire various pieces of information, but so far I haven't been able to get it to work. I've tried to use the GetXData method with Entities, Layers, and PViewports and still haven't had any luck... on v6.0.0010 BETA and v6.0.0007 of Bricscad.Here's a code sample: Dim xdataType As Variant Dim xdataValue As Variant cPViewport.GetXData "ICAD", xdataType, xdataValue...where cPViewport is a functioning PViewport. The problem is that both xdataType and xdataValue are still empty after GetXData.Thanks for the help, Rusty

Comments

This discussion has been closed.