ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TinBreaklineRendererDefinition Class / TinBreaklineRendererDefinition Constructor / TinBreaklineRendererDefinition Constructor(CIMSymbolReference,Boolean)
Symbol template. If no symols are supplied for the edges, the symbol template is used as a basis for the edge symbols.
(Optional) Boolean indicating if default symbol is to be used. Default value is false.

In This Topic
    TinBreaklineRendererDefinition Constructor(CIMSymbolReference,Boolean)
    In This Topic
    Creates a breakline renderer definition.
    Syntax
    Public Function New( _
       ByVal symbolTemplate As CIMSymbolReference, _
       Optional ByVal useDefaultSymbol As Boolean _
    )
    public TinBreaklineRendererDefinition( 
       CIMSymbolReference symbolTemplate,
       bool useDefaultSymbol
    )

    Parameters

    symbolTemplate
    Symbol template. If no symols are supplied for the edges, the symbol template is used as a basis for the edge symbols.
    useDefaultSymbol
    (Optional) Boolean indicating if default symbol is to be used. Default value is false.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also