Is it possible to add reference rhino.inside api not under revit?

Hi,
Just wonder is it possible to add reference of revitinside api just under rhino and grasshopper?
Like:
import clr
clr.AddReference(‘System.Core’)
clr.AddReference(‘RhinoInside.Revit’)
clr.AddReference(‘RevitAPI’)

And then open revit model using revit api

Hi @newshunhk ,
Only if you are running this ghpython component within a Rhino and Grasshopper that have been started from Revit’s “RhinoInsideRevit” tab: