Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NGeometry Class / GetEffectiveArrowhead Method
Specifies whether to get a begin or an end arrowhead.


In This Topic
    GetEffectiveArrowhead Method
    In This Topic
    Gets the effective begin or end arrowhead taking into account the theme and shape style.
    Syntax
    'Declaration
     
    
    Public Function GetEffectiveArrowhead( _
       ByVal type As ENArrowheadType _
    ) As NArrowhead
    'Usage
     
    
    Dim instance As NGeometry
    Dim type As ENArrowheadType
    Dim value As NArrowhead
     
    value = instance.GetEffectiveArrowhead(type)
    public NArrowhead GetEffectiveArrowhead( 
       ENArrowheadType type
    )

    Parameters

    type
    Specifies whether to get a begin or an end arrowhead.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also