Description

Remove a property from the user-properties collection of the image.

Return Type

None  

S_OK. No error is issued if the property to be removed was not found.

Syntax

object.Remove NameID, [NameSpace]

The Remove Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McProperties.
NameIDRequired. A Variant value.

The property name (as a String) or index (as a Long)

NameSpaceOptional. A String value.

Optional namespace. Namespaces can be used to avoid name conficts between different properties with identical names. When this optional parameter is not supplied, the current NamespaceFilter is used. The Name Space is ignored if NameID is an index.

Remarks

See (get)Item for more details.