Summary
Determines the type and seed that will be used to create random numbers.
Discussion
Legacy:
arcgis.rand() is no longer supported as of ArcGIS Pro 2.0. The arcgis.rand() function was primarily used to support creation of random values with the Calculate Value and Calculate Field tools, the Random Number Generator environment setting, and the CreateRandomValueGenerator function. Comparable functions using Python's random module should be used instead.
Method Overview
Method | Explanation |
exportToString () | Exports the object to its string representation. |
loadFromString (string) | Restore or update the spatial reference object using a WKT string. The exportToString method can be used to export a WKT string representation of the spatial reference.
|
Methods
exportToString ()
Data Type | Explanation |
String | The WKT string representation of the object. |
loadFromString (string)
Parameter | Explanation | Data Type |
string | The WKT string representation of the object. | String |