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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also