CustomMetadataItem Class |
The CustomMetadataItem class provides access to a single custom metadata item. This interface is exposed via the CustomMetadata object, which is externally createable by automation clients via the ProgID "Mathcad.CustomMetadataItem".
The CustomMetadataItem class comprises three properties:
Name - The name of the custom metadata object, as a string.
Type - The custom metadata object's type. Must be one of the values permitted by the MCCustomMetadataType enumeration.
Value - The value of the custom metadata object, as a string.
If the Type is set to anything other than mcCMTYesNo, a Name and Value should be provided. When setting Yes or No metadata, these two properties should be ignored.