Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NCylindricalEqualAreaProjection Class / NCylindricalEqualAreaProjection Constructor / NCylindricalEqualAreaProjection Constructor(CylindricalEqualAreaProjectionType)
The type of the Cylindrical Equal-Area projection.


In This Topic
    NCylindricalEqualAreaProjection Constructor(CylindricalEqualAreaProjectionType)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As CylindricalEqualAreaProjectionType _
    )
    'Usage
     
    
    Dim type As CylindricalEqualAreaProjectionType
     
    Dim instance As New NCylindricalEqualAreaProjection(type)
    public NCylindricalEqualAreaProjection( 
       CylindricalEqualAreaProjectionType type
    )

    Parameters

    type
    The type of the Cylindrical Equal-Area projection.
    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