Share

GraphicsNode.VisibleInViews Property

Parent Object: GraphicsNode

Description

Property that returns a object containing the Views that this graphics node is visible in. If there are no views in the list, the node is visible in all views. Views may be added or removed from the list. This property is ignored if the Visible property on GraphicsNode is False.

Syntax

GraphicsNode.VisibleInViews() As ViewList

Property Value

This is a read only property whose value is a ViewList.

Version

Introduced in version 9

Was this information helpful?