Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Landis
Extension
LandUse
LandUseRegistry
C# 클래스 Landis.Extension.LandUse.LandUseRegistry
파일 보기
프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance
1 사용 예제들
공개 메소드들
메소드
설명
LookUp
(
ushort
mapCode
) :
LandUse
Look up a land use by its map code.
Register
(
LandUse
landUse
) :
void
비공개 메소드들
메소드
설명
LandUseRegistry
( ) :
System.Collections.Generic
메소드 상세
LookUp()
공개
정적인
메소드
Look up a land use by its map code.
public
static
LookUp
(
ushort
mapCode
) :
LandUse
mapCode
ushort
리턴
LandUse
Register()
공개
정적인
메소드
public
static
Register
(
LandUse
landUse
) :
void
landUse
LandUse
리턴
void