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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also