Getting list of schedules in model checker

Getting list of schedules in model checker

benjamin_regnier
Contributor Contributor
683 Views
2 Replies
Message 1 of 3

Getting list of schedules in model checker

benjamin_regnier
Contributor
Contributor

Hello, 

 

I'm having trouble getting a full list of schedules using model checker. Here's what I've tried:

 

Category = OST_Schedules returns a list of schedule view templates (?)

Category = OST_ScheduleGraphics returns a list of sheeted schedule instances

API Type = ViewSchedule returns an error

 

I'm not sure I fully understand how to enter API Type Classes in the configurator but can't find documentation.

 

0 Likes
Accepted solutions (1)
684 Views
2 Replies
Replies (2)
Message 2 of 3

benjamin_regnier
Contributor
Contributor

Figured it partially out: The category is returning both schedules and templates so i just need to filter down, figuring out which filter is appropriate.

 

For API Type filters I need the full path: Autodesk.Revit.DB.ViewSchedule. Returns the same list as the Category OST_Schedules.

0 Likes
Message 3 of 3

JasonKunkel
Collaborator
Collaborator
Accepted solution

The checkset Revit Model Best Practices for Revit 20?? has a check already built that gets a count of schedules. It might not be exactly what you need but you can probably steal some filters from it.


Jason Kunkel
Senior Practice Manager, Architecture and Engineering
CADD Microsystems Blog
RVIT Blog | Twitter | LinkedIn
0 Likes