Click or drag to resize

IMcPropertyDictionaryAdd Method

Method to add a new McPropertyInformation to the collection.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Function Add ( 
	PropertyName As String
) As IMcPropertyInformation

Parameters

PropertyName
Type: SystemString
property name to add an entry for pNew: Returns the new property information object

Return Value

Type: IMcPropertyInformation
Remarks
The McPropertyInformation object is created by the Add method, and is returned to the caller.
See Also