C#
Objective-C
C++
public DicomAnnotationUnitsRelativityType Units { get; set; }
@property (nonatomic, assign) LTDicomAnnotationUnitsRelativityType units;
public:
property DicomAnnotationUnitsRelativityType Units {
DicomAnnotationUnitsRelativityType get();
void set ( DicomAnnotationUnitsRelativityType value);
}
Represents the value of the attribute "Graphic Annotation Units" (0070,0005) in the "Graphic Annotation Module".
For an example, refer to FindFirstGraphicAnnSQItem. example.