Version

FillSceneGraph(SceneGraph,Boolean,Boolean) Method

Adds primitives to the SceneGraph for this layer, and calls FillSceneGraph on contingent layers, such as the axis layers.
Syntax
'Declaration
 
Public Overloads Sub FillSceneGraph( _
   ByVal scene As SceneGraph, _
   ByVal includeXAxes As Boolean, _
   ByVal includeYAxes As Boolean _
) 
public void FillSceneGraph( 
   SceneGraph scene,
   bool includeXAxes,
   bool includeYAxes
)

Parameters

scene
The SceneGraph to add primitives to.
includeXAxes
True to call FillSceneGraph on the X and X2 axes within this method, False to omit the X and X2 axes from the SceneGraph.
includeYAxes
True to call FillSceneGraph on the Y and Y2 axes within this method, False to omit the Y and Y2 axes from the SceneGraph.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also