C# Класс Landis.Harvest.Stands

Utility methods for stands.
Показать файл Открыть проект

Открытые методы

Метод Описание
AssignSiteToStand ( ActiveSite activeSite, ushort mapCode ) : void

Assigns an active site to a particular stand.

ReadMap ( string path ) : void

Reads the input map of stands.

Приватные методы

Метод Описание
Stands ( ) : Landis.DualScale

Описание методов

AssignSiteToStand() публичный статический Метод

Assigns an active site to a particular stand.
public static AssignSiteToStand ( ActiveSite activeSite, ushort mapCode ) : void
activeSite ActiveSite /// The active site that is being assigned to a stand. ///
mapCode ushort /// The map code of the stand that the site is being assigned to. ///
Результат void

ReadMap() публичный статический Метод

Reads the input map of stands.
public static ReadMap ( string path ) : void
path string /// Path to the map. ///
Результат void