SymbolStyle.withFileUri constructor

SymbolStyle.withFileUri(
  1. Uri fileUri
)

Creates a new Symbol style object.

An example of stylx file is mil2525d.stylx. .stylx file keeps collection of symbols as JSON with a unique key associated to them. You can provide the list of the keys as attributes to retrieve a composed symbol.

Parameters:

  • fileUri — Path to the local .stylx file on disk to which a connection will be established.