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
SyntaxFunction 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
RemarksThe McPropertyInformation object is created by the Add method, and is returned to the caller.
See AlsoReference
McPropertyInformation