Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapArc Class / NMapArc Constructor / NMapArc Constructor(NMapArcsPrimitive,Double,NProjectedFeature)


In This Topic
    NMapArc Constructor(NMapArcsPrimitive,Double,NProjectedFeature)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal parentPrimitive As NMapArcsPrimitive, _
       ByVal arcValue As System.Double, _
       ByVal projectedArc As NProjectedFeature _
    )
    'Usage
     
    
    Dim parentPrimitive As NMapArcsPrimitive
    Dim arcValue As System.Double
    Dim projectedArc As NProjectedFeature
     
    Dim instance As New NMapArc(parentPrimitive, arcValue, projectedArc)

    Parameters

    parentPrimitive
    arcValue
    projectedArc
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also