public UniqueValueRendererDefinition( string[] fields, CIMSymbolReference symbolTemplate, CIMColorRamp colorRamp, CIMSymbolReference defaultSymbol, bool useDefaultSymbol )
Public Function New( _ ByVal fields() As String, _ Optional ByVal symbolTemplate As CIMSymbolReference, _ Optional ByVal colorRamp As CIMColorRamp, _ Optional ByVal defaultSymbol As CIMSymbolReference, _ Optional ByVal useDefaultSymbol As Boolean _ )
Parameters
- fields
- One or more fields be used to get unique values or combination of values from.
- symbolTemplate
- A symbol that will be used to draw features whose values are not found in values list.
- colorRamp
- A color ramp be used to pick color for symbols from.
- defaultSymbol
- A symbol that will be used to draw features whose values are not found in values list.
- useDefaultSymbol
- A boolean indicates whether the DefaultSymbol will be used to draw features whose values are not found in the values list or not.