←Select platform

Subtype Property

Summary

Gets or sets a value that contains a defined term that identifies the intended purpose of the overlay type.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string Subtype { get; set; } 
Public Property Subtype As String 
public string Subtype {get; set;} 
@property (nonatomic, copy, nullable) NSString *subtype 
public String getSubtype() 
public void setSubtype(String value) 
             
 <br/>get_Subtype();<br/>set_Subtype(value);<br/>Object.defineProperty('Subtype');  
public: 
property String^ Subtype { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A String that contains a defined term that identifies the intended purpose of the overlay type.

Remarks

For more information, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.

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 Assembly