Version

AddLineToScene(Polyline,Int32,Boolean,SceneGraph) Method

Applies styles appropriately and adds the given polyline to the SceneGraph.
Syntax
'Declaration
 
Protected Overloads Overridable Sub AddLineToScene( _
   ByVal line As Polyline, _
   ByVal row As Integer, _
   ByVal empty As Boolean, _
   ByVal scene As SceneGraph _
) 
protected virtual void AddLineToScene( 
   Polyline line,
   int row,
   bool empty,
   SceneGraph scene
)

Parameters

line
The polyline to add.
row
The current row index.
empty
Whether or not this polyline is to be represented as empty.
scene
The SceneGraph to add the polyline to.
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