DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / UserSmoothingArgs Class / Destination Field






    Destination Field
    The array to put the destination smoothed data into
    Syntax
    'Declaration
     
    
    Public Destination As System.Array
     
    'Usage
     
    
    Dim instance As UserSmoothingArgs
    Dim value As System.Array
     
    value = instance.Destination
     
    instance.Destination = value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also