GeoEco.Metadata.MethodMetadata.GetResultByName

MethodMetadata.GetResultByName(name)

Returns the ResultMetadata for a return value given its name.

Returns None a ResultMetadata with the given name has not been added to this MethodMetadata yet.

Parameters:

name (str) – Name of the return value. Minimum length꞉ 1.

Returns:

The ResultMetadata instance for the return value.

Return type:

ResultMetadata