ArcGIS Pro 2.9 API Reference Guide
CreateBezierCurveGraphicElement(GraphicElementContainer,Polyline,CIMLineSymbol) Method

ArcGIS.Desktop.Layouts Namespace > LayoutElementFactory Class > CreateBezierCurveGraphicElement Method : CreateBezierCurveGraphicElement(GraphicElementContainer,Polyline,CIMLineSymbol) Method
The graphic element container
Polyline
CIMLineSymbol
Creates a graphic bezier curve element on a graphic element container from a single polyline geometry. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Public Overloads Function CreateBezierCurveGraphicElement( _
   ByVal elementContainer As GraphicElementContainer, _
   ByVal polyline As Polyline, _
   Optional ByVal lineSymbol As CIMLineSymbol _
) As GraphicElement

Parameters

elementContainer
The graphic element container
polyline
Polyline
lineSymbol
CIMLineSymbol

Return Value

Returns a GraphicElement.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Map has reached maximum graphics count limit of 4000 elements. One or more elements cannot be created.
Map has reached maximum graphics size limit of 10 MB. One or more elements cannot be created.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LayoutElementFactory Class
LayoutElementFactory Members
Overload List