GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / ImportFromMsProjectXml Method
File name to import.
Indicates whether the Start and Finish will be rounded according to the DurationUnits property.

In This Topic
    ImportFromMsProjectXml Method (C1GanttView)
    In This Topic
    Imports Microsoft Project's xml file.
    Syntax
    'Declaration
     
    Public Sub ImportFromMsProjectXml( _
       ByVal fileName As String, _
       Optional ByVal roundToDurationUnit As Boolean _
    ) 
    public void ImportFromMsProjectXml( 
       string fileName,
       bool roundToDurationUnit
    )

    Parameters

    fileName
    File name to import.
    roundToDurationUnit
    Indicates whether the Start and Finish will be rounded according to the DurationUnits property.
    See Also