The IDLffDicomEx::GetProperty procedure method retrieves the value of an IDLffDicomEx property.

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.

Syntax


Obj->[IDLffDicomEx::]GetProperty[, PROPERTY=variable]

Arguments


None

Keywords


Any property listed under IDLffDicomEx Properties 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.

Example


See the IDLffDicomEx::GetPixelData method “Example” section for sample code that retrieves property values using GetProperty.

Version History


6.1

Introduced