Initializing help system before first use

Model Property

Used to fetch the XPRM model to which this object belongs, or else 'null' if there is no model anywhere among this Object's ancestors.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public XPRMModel Model { get; }

Property Value

Type:  XPRMModel

Implements

XPRMObjectModel
See Also