Public Function New( _ ByVal symbolTemplate As CIMSymbolReference, _ ByVal label As String, _ ByVal description As String, _ ByVal indexSymbolTemplate As CIMSymbolReference, _ ByVal indexLabel As String, _ ByVal indexDescription As String _ )
public TinContourRendererDefinition( CIMSymbolReference symbolTemplate, string label, string description, CIMSymbolReference indexSymbolTemplate, string indexLabel, string indexDescription )
Parameters
- symbolTemplate
- The symbol template.
- label
- The symbol label.
- description
- The description.
- indexSymbolTemplate
- The index symbol template.
- indexLabel
- The index symbol label.
- indexDescription
- The index description.