Click or drag to resize

IMcImageDisplayName Property

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

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Property DisplayName As String
	Get
	Set

Property Value

Type: String
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.
Note Note
On assigment an OnPropertyChanged(ID_IMcImage_DisplayName) event is fired.
See Also