Click or drag to resize

IMcImageName Property

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

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

Property Value

Type: String
Remarks
The Name property is also the Name property of the McObject backing this McImage instance. When assigned to, the supplied Name string is modified if necessary to make it parseable (no leading number, 31 underscore or alphanumeric characters only). If a file specification is supplied, then only the FileName.Ext part is kept, and any embedded punctuation (including '.') is converted to underscores. Finally, a number is postpended if necessary to avoid a collision with a name already in use. Should the assigned name be so ill formed that not even one parseable character can be salvaged (e.g., an empty string), then "untitled0" is used as the name. Assigning to the Name property also assigns to the DisplayName property. The string assigned to the DisplayName property is the unchanged supplied name and may be from 0 to 255 characters in length.
See Also