Click or drag to resize

IDescriptiveMetadataItem Property

Gets/sets a generic piece of metadata value, by its name

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
string this[
	string metadataName
] { get; set; }

Parameters

metadataName
Type: SystemString
The name of the metadata value

Return Value

Type: String
The metadata value with given name, or null if the name doesn't exist in generic metadata collection
See Also