The origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol.
Referenced by: LineSymbol3D, MeshSymbol3D, PointSymbol3D, PolygonSymbol3D
Properties
Property | Details |
---|---|
name | Identifies a symbol in the style by name. |
styleName | A registered web style name, such as EsriThematicShapesStyle |
styleUrl | URL to a style definition. Must be one of the following values:
|
styleOrigin Example
{
"styleName": "EsriThematicTreesStyle",
"name": "Frangula"
}