Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NPredefinedProjectionCheckButtonCommand Class / NPredefinedProjectionCheckButtonCommand Constructor


In This Topic
    NPredefinedProjectionCheckButtonCommand Constructor
    In This Topic
    Creates a new predefined projection commandd based on the specified predefined projection and command id.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal predefinedProjection As PredefinedProjection, _
       ByVal id As System.Integer _
    )
    'Usage
     
    
    Dim predefinedProjection As PredefinedProjection
    Dim id As System.Integer
     
    Dim instance As New NPredefinedProjectionCheckButtonCommand(predefinedProjection, id)
    public NPredefinedProjectionCheckButtonCommand( 
       PredefinedProjection predefinedProjection,
       System.int id
    )

    Parameters

    predefinedProjection
    id
    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