Initializing help system before first use

GetVersion Method (XPRMVersionType)

Get version information. This function returns the version number of Mosel, the Native Interface or BIM file format.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public XPRMVersion GetVersion(
	XPRMVersionType whichone
)

Parameters

whichone
Type:  MoselXPRMVersionType
the version requested:
  • XPRMVersionType.MOSEL - version of Mosel
  • XPRMVersionType.BIM - version of BIM file format
  • XPRMVersionType.NI - version of NI interface

Return Value

Type:  XPRMVersion
Version information as a version object
See Also