LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.

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

interface LineSymbol3DJson {
    symbolLayers: (LineSymbol3DLayerJson | PathSymbol3DLayerJson)[];
    type: "LineSymbol3D";
}

Hierarchy (view full)

Properties

Properties

A Collection of Symbol3DLayer objects used to visualize the graphic or feature.

type

The type of symbol. See SymbolJsonType.