I need to use the following methods in c# :
node.GetVisibility(t, view, interval);
But the "view" argument is the type of "IView" .It took me a long time to find it.I can only find the following way:
IViewExp ve = core.GetViewExp(idex);
Is there any connection between them?I've been stuck for a long time. I need some help from a max expert.