The IDLffDicomEx::GetProperty procedure method retrieves the value of an IDLffDicomEx property.
Note: GetProperty will fail if you attempt to return a value for an attribute that does not exist, an attribute that does not have a value, or an attribute that has been removed. If you are not sure an attribute exists or has a value use IDLffDicomEx::QueryValue before calling GetProperty.
Obj->[IDLffDicomEx::]GetProperty[, PROPERTY=variable]
None
Any property listed under IDLffDicomEx that contains the word “Yes” in the “Get” column of the properties table can be retrieved using this method. To retrieve the value of a property, specify the property name as a keyword set equal to a named variable that will contain the value of the property.
See the IDLffDicomEx::GetPixelData method “Example” section for sample code that retrieves property values using GetProperty.
6.1 |
Introduced |