Represents a line extending in the 3D space.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class Line3D : Primitive3D
Visual Basic
Public Class Line3D _
	Inherits Primitive3D
JScript
public class Line3D extends Primitive3D

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media.Media3D..::..Visual3D
        System.Windows.Media.Media3D..::..ModelVisual3D
          Ico.Windows.Media.Media3D..::..Primitive3D
            Ico.Windows.Media.Media3D..::..Line3D

See Also