Revit API Forum
Welcome to Autodesk’s Revit API Forums. Share your knowledge, ask questions, and explore popular Revit API topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Set visibility of categories in linked model

1 REPLY 1
Reply
Message 1 of 2
Kevin.Bell
1033 Views, 1 Reply

Set visibility of categories in linked model

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,

1 REPLY 1

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report