GeoEco.Metadata.MethodMetadata.GetArgumentByName

MethodMetadata.GetArgumentByName(name)

Returns the ArgumentMetadata for an argument given its name.

Returns None if the method doesn’t have an argument with the requested name, or if an ArgumentMetadata has not been added to this MethodMetadata yet.

Parameters:

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

Returns:

The ArgumentMetadata instance for the argument.

Return type:

ArgumentMetadata