EZMap8::AddMetadata

Adds a metadata key (name) and value.
If the metadata key already exists, its value will be overwritten.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void AddMetadata(
   const std::string& Key,
   const std::string& value
)

Parameters

Key

The name of the metadata. Names are unique.

value

The value for the given metadata.

EZMap8.AddMetadata

Adds a metadata key (name) and value.
If the metadata key already exists, its value will be overwritten.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void AddMetadata(
   string Key,
   string value
)

Parameters

Key

The name of the metadata. Names are unique.

value

The value for the given metadata.