Slu.Heureka.DomainLayer.LandUse Namespace > LandUseTransition Class > LandUseTransition Constructor : LandUseTransition Constructor(IEnumerable<LandUseCode>,LandUseCode,Nullable<Int32>,Single,Single) |
'Declaration
Public Function New( _ ByVal before As IEnumerable(Of LandUseCode), _ ByVal after As LandUseCode, _ ByVal numYears As Nullable(Of Integer), _ Optional ByVal percentToTransition As Single, _ Optional ByVal areaToTransition As Single _ )
'Usage
Dim before As IEnumerable(Of LandUseCode) Dim after As LandUseCode Dim numYears As Nullable(Of Integer) Dim percentToTransition As Single Dim areaToTransition As Single Dim instance As New LandUseTransition(before, after, numYears, percentToTransition, areaToTransition)
public LandUseTransition( IEnumerable<LandUseCode> before, LandUseCode after, Nullable<int> numYears, float percentToTransition, float areaToTransition )
public: LandUseTransition( IEnumerable<LandUseCode>^ before, LandUseCode after, Nullable<int> numYears, float percentToTransition, float areaToTransition )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2