Click or drag to resize

IMcStreamAttributesItemName Property

This method returns the String of the property given a DISPID.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property ItemName ( 
	Key As Integer
) As String
	Get

Parameters

Key
Type: SystemInt32

Return Value

Type: String
String of the Property Name
Remarks
Read-Only
Examples
VB
Debug.Print " Property 24 = " & ThisApplication.ActiveImage.File.Attributes.ItemName(24)
See Also