Description

A read/write property reflecting a display name for the image.

Property type

A String value.  

Syntax

object.DisplayName [= value]

The DisplayName Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McImage.
valueA String value.

Remarks

The DisplayName property is also changed whenever the Name property is assigned to. The string assigned to the DisplayName property may be from 0 to 255 characters in length.

Exceptions

Only disasterously low memory conditions cause failures

Notes

On assigment an OnPropertyChanged(ID_IMcImage_DisplayName) event is fired.