DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / OnImport Method
The DicomDataset within the presentation state representing this particular label






    OnImport Method
    Allows control of Import of objects derived from a DicomLabel
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnImport( _
       ByVal LabelDataSet As DicomDataSet _
    ) 
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim LabelDataSet As DicomDataSet
     
    instance.OnImport(LabelDataSet)

    Parameters

    LabelDataSet
    The DicomDataset within the presentation state representing this particular label
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also