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
)
Function Remove (
metadataName As String
) As Boolean
bool Remove(
String^ metadataName
)
abstract Remove :
metadataName : string -> bool
Parameters
- metadataName
- Type: SystemString
The name of generic metadata value to remove
Return Value
Type:
BooleanTrue if the metadata with given name exists, false otherwise
See Also