Initializing help system before first use

XPRMLocation Properties

The XPRMLocation type exposes the following members.

Properties
  Name Description
Public property FileName
Get the file name associated to the source location.
Public property Line
Get the line number in the source file associated to the source location.
Public property LineIndex
Line index. All statements of a model are numbered from 0 to XPRMModel.LastLineIndex.
Public property Model
Model for which this location is defined.
Public property Owner
Used to fetch the XPRM object to which this object belongs
(Inherited from XPRMObjectBase.)
Top
See Also