Set visibility of categories in linked model

Kevin.Bell
Advisor
Advisor

Set visibility of categories in linked model

Kevin.Bell
Advisor
Advisor

Hi,

 

I've created a routine that turns off the Internal Origin in certain views, this is straightforward with:

 

Category cat = Category.GetCategory(doc, BuiltInCategory.OST_IOS_GeoSite);
myView.SetCategoryHidden(cat.Id, true);

 

This works, but I'm now looking at how I can do this with elements in a linked model

 

i.e. Visibility Graphics > Revit Links > Display Settings > Set to Custom > Turn off Internal Origin Category.

 

I've found this post which states in 2015 that the API does not support this and so it can't be done.

 

Can this be done now? I'd appriciate some pointers.

 

Thanks,

0 Likes
Reply
1,010 Views
1 Reply
Reply (1)