DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / CustomEnhancedMultiFramesMacros Property






    CustomEnhancedMultiFramesMacros Property
    User defined list of Enhanced Multiframe Macros to control what goes into the Shared and Per-Frame Functional Group sequence when calling method.
    Syntax
    'Declaration
     
    
    Public Shared Property CustomEnhancedMultiFramesMacros As System.Collections.Generic.List(Of EnhancedMultiFramesMacros.Macro)
     
    'Usage
     
    
    Dim value As System.Collections.Generic.List(Of EnhancedMultiFramesMacros.Macro)
     
    DicomGlobal.CustomEnhancedMultiFramesMacros = value
     
    value = DicomGlobal.CustomEnhancedMultiFramesMacros
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also