10729 : I want to hide a specific time item to do some filtering.

Question

I am using GTP.Net. I want to hide a specific time item to do some filtering. Which command should I use to achieve this.

Thanks

Answer

Currently we do not have a “Visible” property on TimeItem itself, so you must either remove the time item, or if you have them in a seperate layer you can set Visible=false on the Layer. The Layer class do have a Visible property.