←Select platform

FilterByCategory Property

Summary

Gets or sets the Category of the filter operation

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.FilterByCategory)] 
public string FilterByCategory { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(7472130)>  
Public Property FilterByCategory() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(7472130)] 
   property String^ FilterByCategory 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The Category of the filter operation

Remarks

Currently, the only acceptable values for FilterByCategory are "IMAGE_PLANE" and "" (empty string). This value is required if SelectorAttribute is null;

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly