Chuck -
The XData and YData properties have indeed been obsoleted. The easiest way to get information from an annulus (for example) is to create a CWIMAQAnnulus object (using Dim or CWIMAQVision.CreateCWIMAQAnnulus), and set this object to be the region you wish to get information about. For example, to get information about the first region on a viewer:
Dim annulus As CWIMAQAnnulus
If CWIMAQViewer1.Regions(1).Shape = cwimaqRegionAnnulus Then
Set annulus = CWIMAQViewer1.Regions(1)
' annulus now holds the data in the first region.
End If
The same technique should work on any CWIMAQRegions object.
Hope this answers your question. If not, please reply and I'll do my best to help.
Gregory Stoll
IMAQ R&D
National Instruments
Greg Stoll
LabVIEW R&D