TheSwamp

Code Red => .NET => Topic started by: graham on August 09, 2013, 04:06:48 AM

Title: Setting UCSFOLLOW and custom UCS problems
Post by: graham on August 09, 2013, 04:06:48 AM
Hi All,

I'm having issues with the following snippet (pruned from existing code).

Code: [Select]
vpTblRec.UcsFollowMode = true;
vtr.SetUcs(ucsTblRec.ObjectId);

...where

Problem is I see absolutely no change in the viewports after this code is run even though after looking at the watch I can see both are definately instantiated objects of the correct type.

Can anyone point out where I'm going wrong or what I might have missed.





Also, does anyone know of a more useful API source than the VS Object browser. I've been through most of the tutorial info I can find from AutoDesk regarind the .NET libs but am still finding it difficult to get a handle on ObjectARX past googling issues and theswamp.

Any help would be massively appreciated.

Cheers!