GeoEco.Dependencies.PythonModuleDependency.GetConstraintDescriptionStrings
- PythonModuleDependency.GetConstraintDescriptionStrings()
Returns the names of the software identified by this dependency, suitable to display to the user.
The names should be as short as possible but complete. When documentation is generated for a GeoEco method that has dependencies, the dependencies’ constraint description strings will be shown as a comma-separated list. If no such strings should be displayed for a dependency, an empty list should be returned.
The derived class should override this method. The base class returns an empty list.