←Select platform

Reference Property

Summary

Gets or sets the type of the age value : days, weeks, months, or years.

Syntax
C#
VB
C++
Java
[RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties)] 
public DicomAgeReferenceType Reference { get; set; } 
Public Property Reference As DicomAgeReferenceType 
public DicomAgeReferenceType getReference() 
public void setReference(DicomAgeReferenceType value) 
public: 
property DicomAgeReferenceType Reference { 
   DicomAgeReferenceType get(); 
   void set (    DicomAgeReferenceType value); 
} 

Property Value

Value indicating the Number member type.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly