getSymbolOverride method

ArcGISSymbol? getSymbolOverride(
  1. Feature feature
)

Gets the symbol override for the given feature in the feature collection table.

Parameters:

  • feature — The feature to retrieve the symbol override for.

Return Value: An ArcGISSymbol. null is returned if an error occurs or if the feature has no symbol override.