Click or drag to resize

IDescriptiveMetadataRemove Method

Removes a piece of generic metadata by its name

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
bool Remove(
	string metadataName
)

Parameters

metadataName
Type: SystemString
The name of generic metadata value to remove

Return Value

Type: Boolean
True if the metadata with given name exists, false otherwise
See Also