Is there a property/method to get type of view currently active?

R

RobertI

There is a method Application.ViewApply to SET the type of the active view
(e.g. Gantt Chart), but I have looked to no avail for a method or property to
GET the type of the active view. Does anybody know how to get this
information through the Project API?
 
J

John

RobertI said:
There is a method Application.ViewApply to SET the type of the active view
(e.g. Gantt Chart), but I have looked to no avail for a method or property to
GET the type of the active view. Does anybody know how to get this
information through the Project API?

Robert1,
How about ActiveProject.CurrentView?

John
Project MVP
 
Top