Author Topic: Setting UCSFOLLOW and custom UCS problems  (Read 2114 times)

0 Members and 1 Guest are viewing this topic.

graham

  • Guest
Setting UCSFOLLOW and custom UCS problems
« 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
  • vpTblRec is ViewportTableRecord
  • vtr as ViewTableRecord

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!