Base class for 3D symbols.

interface Symbol3DJsonBase {
    symbolLayers: Symbol3DLayerJson[];
    type: SymbolJsonType;
}

Hierarchy (view full)

Properties

Properties

symbolLayers: Symbol3DLayerJson[]

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

The type of symbol. See SymbolJsonType.