LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView.

See https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/.

interface LineSymbol3DLayerJson {
    enable?: boolean;
    material?: MaterialJson;
    size?: number;
    type: "Line";
}

Hierarchy (view full)

Properties

enable?: boolean

Type: Boolean.

material?: MaterialJson

The material used to shade the geometry.

size?: number

Line width in points, positive only.

type

The type of the Symbol3DLayer. See Symbol3DLayerJsonType.