GeoEco.Metadata.MethodMetadata.GetArgumentByName
- MethodMetadata.GetArgumentByName(name)
Returns the
ArgumentMetadatafor an argument given its name.Returns
Noneif the method doesn’t have an argument with the requested name, or if anArgumentMetadatahas not been added to thisMethodMetadatayet.- Parameters:
name (
str) – Name of the argument. Minimum length꞉ 1.- Returns:
The ArgumentMetadata instance for the argument.
- Return type: