ISpeciesDatasetItem Property (String) |
Gets the parameters for a species.
Namespace: Landis.CoreAssembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
SyntaxISpecies this[
string name
] { get; }
ReadOnly Default Property Item (
name As String
) As ISpecies
Get
property ISpecies^ default[String^ name] {
ISpecies^ get (String^ name);
}
abstract Item : ISpecies with get
Parameters
- name
- Type: SystemString
The species's name.
Property Value
Type:
ISpecies
See Also