Message 1 of 3

Not applicable
12-04-2014
08:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
How can I read the data that comes out of .GetXData when using C#. The out is a an object???
foreach (AcadEntity ent in doc.PaperSpace)
{
Object xdataType;
Object xdatavalue;
ent.GetXData("test", out xdataType, out xdatavalue);
//how do i read xdatavalue???
}
Regards
Chris
Solved! Go to Solution.