Method AddMetadataBlock
AddMetadataBlock(uint, StringList, StringList)
Add a new metadata property to a metadata component
Declaration
[HandleProcessCorruptedStateExceptions]
public void AddMetadataBlock(uint metadata, StringList names, StringList values)
Parameters
Type | Name | Description |
---|---|---|
uint | metadata | The metadata component |
StringList | names | The new properties names |
StringList | values | The new properties values |