DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / IImporter Interface / Import Method
Standard import arguments as defined by the ImportArguments class



In This Topic
    Import Method (IImporter)
    In This Topic
    Import from an external format image
    Syntax
    'Declaration
     
    Function Import( _
       ByVal args As ImportArguments _
    ) As Boolean
    'Usage
     
    Dim instance As IImporter
    Dim args As ImportArguments
    Dim value As Boolean
     
    value = instance.Import(args)
    bool Import( 
       ImportArguments args
    )
    bool Import( 
       ImportArguments^ args
    ) 

    Parameters

    args
    Standard import arguments as defined by the ImportArguments class

    Return Value

    true if successful
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also