GeoEco.Metadata.MethodMetadata.GetResultByName
- MethodMetadata.GetResultByName(name)
Returns the
ResultMetadatafor a return value given its name.Returns
NoneaResultMetadatawith the given name has not been added to thisMethodMetadatayet.- Parameters:
name (
str) – Name of the return value. Minimum length꞉ 1.- Returns:
The ResultMetadata instance for the return value.
- Return type: