Update Method

Summary

Updates the specified AE title.

Syntax
C#
VB
C++
public void Update( 
   string AETitle, 
   AeInfo newInfo 
) 
  
Sub Update( _ 
   ByVal AETitle As String, _ 
   ByVal newInfo As AeInfo _ 
)  
void Update(  
   String^ AETitle, 
   AeInfo^ newInfo 
)  

Parameters

AETitle
The AE title to update.

newInfo
The new AE title information.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly