Nevron Open Vision Documentation
Nevron.Nov.Diagram.Import.Map Namespace / NBonneProjection Class / StandardParallel Property


In This Topic
    StandardParallel Property
    In This Topic
    The standard parallel of the projection. Must be between -90 and 90 degrees.
    Syntax
    'Declaration
     
    
    Public Property StandardParallel As System.Double
    'Usage
     
    
    Dim instance As NBonneProjection
    Dim value As System.Double
     
    instance.StandardParallel = value
     
    value = instance.StandardParallel
    public System.double StandardParallel {get; set;}
    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