Click or drag to resize
ICore Methods

The ICore type exposes the following members.

Methods
  NameDescription
Public methodCreateRaster``1 (Inherited from IRasterFactory.)
Public methodCreateTextFile Obsolete.
Public methodGenerateSeed
Generates a non-zero random seed using the system clock. This was found to fail on Mac OSX, due to identical results returned from System.Random (due to an internal error in System.Environment.TickCount) System.Random was replaced with System.Security.Cryptography.RandomNumberGenerator by Brendan C. Ward on 6/4/2008
Public methodGenerateUniform
Public methodGetSiteVarT
Gets a site variable with a specific name and data type.
Public methodInfo
Writes an informational message into the log.
Public methodInitialize
Initializes the random-number generator with a specific seed.
Public methodLoadT Obsolete.
Public methodNextDouble
Public methodOpenRaster``1 (Inherited from IRasterFactory.)
Public methodOpenTextFile Obsolete.
Public methodRegisterSiteVar
Registers a site variable under a specific name.
Public methodshuffleT
Top
See Also