EZMap8::GetMetadata

Returns the string value of the given metadata.
Throws an exception if it does not exist.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

std::string GetMetadata(
   const std::string& Key
)

Parameters

Key

The name of an existing metadata.

EZMap8.GetMetadata

Returns the string value of the given metadata.
Throws an exception if it does not exist.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

string GetMetadata(
   string Key
)

Parameters

Key

The name of an existing metadata.