Gets or sets an integer that represents the starting point for the cloud's randomization process.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Seed As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CloudsCommand
Dim value As Integer
instance.Seed = value
value = instance.Seed |
C# | |
---|
public int Seed {get; set;} |
C++/CLI | |
---|
public:
property int Seed {
int get();
void set ( int value);
} |
Property Value
an integer that represents the starting point for the cloud's randomization process. Possible values are any values that are greater than or equal to 0.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also