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: 4.8.3.0
    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: XPRMVersionVersion information as a version object
