Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NScheduleClipping Class / Initialize Method


In This Topic
    Initialize Method (NScheduleClipping)
    In This Topic
    Initializes the clipping from the elements of the items document.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Initialize( _
       ByVal document As NDocument, _
       ByVal appointments() As NAppointmentBase _
    ) 
    'Usage
     
    
    Dim instance As NScheduleClipping
    Dim document As NDocument
    Dim appointments() As NAppointmentBase
     
    instance.Initialize(document, appointments)
    public virtual void Initialize( 
       NDocument document,
       NAppointmentBase[] appointments
    )

    Parameters

    document
    appointments
    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