DeleteMacro Method

Summary
Macro that returns a string that specifies the DICOM element is to be delete.
Syntax
C#
VB
C++
public static string DeleteMacro( 
   MacroElement element, 
   string name, 
   object[] parameters 
) 
Public Shared Function DeleteMacro( _ 
   ByVal element As MacroElement, _ 
   ByVal name As String, _ 
   ByVal ParamArray parameters() As Object _ 
) As String 
public: 
static String^ DeleteMacro(  
   MacroElement^ element, 
   String^ name, 
   ... array<Object^>^ parameters 
)  

Parameters

element
The macro element that holds information about the dataset.

name
The name of the macro.

parameters
The parameters that were passed to the macro.

Return Value

A string value is representative of deletion ($delete$).

Remarks

This macro has no parameters.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.