TemporaryGraphicsManager.SetVisibility
Description:
Changes the visibility of temporary graphics object.
Changes the visibility of temporary graphics object.
public void SetVisibility(
int index,
bool visible
)
-
Int32indexUnique index of the temporary graphics object to be updated.
-
Booleanvisibleif true, it will make the temporary graphics object visible. if false, it will make the temporary graphics object invisible.
-
index is out of range of TemporaryGraphicsManager managed objects, or the indexed object has been removed from the document.