ArcGIS Pro 2.6 API Reference Guide
ConstructMarker(CIMFill,CIMStroke,Double,Polygon) Method

ArcGIS.Desktop.Mapping Namespace > SymbolFactory Class > ConstructMarker Method : ConstructMarker(CIMFill,CIMStroke,Double,Polygon) Method
The marker fill. Null to make a hollow symbol
The marker outline
The size of the marker to construct
The outline shape of the marker
Constructs a marker of the specified shape, fill, outline, and size.
Syntax
Public Overloads Function ConstructMarker( _
   ByVal fill As CIMFill, _
   ByVal outline As CIMStroke, _
   ByVal size As Double, _
   ByVal markerShape As Polygon _
) As CIMMarker

Parameters

fill
The marker fill. Null to make a hollow symbol
outline
The marker outline
size
The size of the marker to construct
markerShape
The outline shape of the marker

Return Value

Remarks
The specified stroke and fill create a polygon symbol which is used to depict the marker
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

SymbolFactory Class
SymbolFactory Members
Overload List