DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / UserSmoothingArgs Class / Destination Field



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also