ArcGIS Pro 2.6 API Reference Guide
ProportionalRendererDefinition Constructor(String,esriUnits,SymbolShapes,ValueRepresentations)

ArcGIS.Desktop.Mapping Namespace > ProportionalRendererDefinition Class > ProportionalRendererDefinition Constructor : ProportionalRendererDefinition Constructor(String,esriUnits,SymbolShapes,ValueRepresentations)
Name of the field used in the renderer.
The units used in the renderer.
(Optional) The symbol type for a proportional renderer. Only symbol type of circle or square is allowed. (default value = Circle)
(Optional) The value representation used in a proportional renderer. (default value = Radius)
Creates a ProportionalRendererDefinition.
Syntax
Public Function New( _
   ByVal field As String, _
   ByVal units As esriUnits, _
   Optional ByVal proportionalSymbolType As SymbolShapes, _
   Optional ByVal valueRepresentations As ValueRepresentations _
)

Parameters

field
Name of the field used in the renderer.
units
The units used in the renderer.
proportionalSymbolType
(Optional) The symbol type for a proportional renderer. Only symbol type of circle or square is allowed. (default value = Circle)
valueRepresentations
(Optional) The value representation used in a proportional renderer. (default value = Radius)
Remarks

Use this constructor only when the map is in a Projected Coordinate System.

When the map is in a projected coordinated system and Units is set, use this constructor to symbolize features where the value of the feature gets used as the radius or the area of the symbol (depending on valueRepresentations).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ProportionalRendererDefinition Class
ProportionalRendererDefinition Members
Overload List