Hi So I’m trying to write a simple plugin that adds a icon to each view item allowing you to temporarily remove it.
I’ve come pretty far but I fall down at truely removing the item.
I can use
"EnvironmentManager.Instance.SendMessage(new Message(MessageId.SmartClient.SetSelectedViewItemCommand, new SetCameraInViewCommandData() { Index = index, CameraFQID = null })); "
But all that displays is a black camera rather then actually removing the view item, am I missing something to just remove the current item temporarily and revert it back to the blank slate.
Looking forward to finding out if it’s by design or not, part of me says it makes sense I’m asking for a camera object with a null sid but would be nice to have a clear out option if poss:)