TagMacros Property

Summary

Gets the list of tags that have been assigned a macro.

Syntax
C#
VB
C++
public ObservableCollection<TagMacro> TagMacros { get; } 
Public ReadOnly Property TagMacros As ObservableCollection(Of TagMacro) 
public: 
property ObservableCollection<TagMacro^>^ TagMacros { 
   ObservableCollection<TagMacro^>^ get(); 
} 

Property Value

The list of tags and the macro that will be processed to get a value for the tag.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly