Initializing help system before first use

IsInitialised Property

Check whether the array has been initialised. Objects are initialised during model execution. Trying to access a Mosel object that has not been created will result on an exception.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public override bool IsInitialised { get; }

Property Value

Type:  Boolean
See Also