Landis.Extension.BaseHarvest.PrescriptionMaps.PrescriptionMaps C# (CSharp) Method

PrescriptionMaps() public method

Initializes a new instance.
public PrescriptionMaps ( string nameTemplate ) : Landis.SpatialModeling
nameTemplate string /// The template for the pathnames to the maps. ///
return Landis.SpatialModeling
        public PrescriptionMaps(string nameTemplate)
        {
            this.nameTemplate = nameTemplate;
        }