Insert sharedparameter in project as Instance or Type

m.rijsmus , thanks for answer
but i am looking for API method to set instance or type project parameter

My bad)
solution already exist of course

if _instance[k]:
		bind = app.Create.NewInstanceBinding(cats)
	else:
		bind = app.Create.NewTypeBinding(cats)

this topic may be delete…