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



In This Topic
    Destination Field
    In This Topic
    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
    public Array Destination
    public:
    Array^ Destination
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also