Nevron .NET Vision
Nevron.Diagram.Maps 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.Single
    'Usage
     
    
    Dim instance As NBonneProjection
    Dim value As System.Single
     
    instance.StandardParallel = value
     
    value = instance.StandardParallel
    public System.float StandardParallel {get; set;}
    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