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



    Source Field
    The source data to be smoothed
    Syntax
    'Declaration
     
    Public Source As Array
     
    'Usage
     
    Dim instance As UserSmoothingArgs
    Dim value As Array
     
    value = instance.Source
     
    instance.Source = value
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also