←Select platform

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 Leadtools.Dicom.Addin.Common.AeInfo _ 
)  
void Update(  
   String^ AETitle, 
   Leadtools.Dicom.Addin.Common.AeInfo^ newInfo 
)  

Parameters

AETitle
The AE title to update.

newInfo
The new AE title information.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly