Methods (ISPAdapter5) - Integration - Update 46 - Help - Hexagon

SmartPlant Integration .NET Help

Language
English
Product
Integration
Search by Category
Help
SmartPlant Foundation / SDx Version
10
Smart P&ID Version
9 (2019)
Smart Engineering Manager Version
10 (2019)

GetSupportedSchemaVersions

Description

A tool will implement this method to return the version(s) of the SmartPlant Schema supported by the tool. The returned value should a string in the format or "xx.xx" where first two digits are the major number and the next two digits are the minor number of the supported SmartPlant Schema version.

If the tool supports either 03.08 or 04.02 versions, it should return only one version. If the tool supports more than one version of the SmartPlant Schema, the method should return the SmartPlant Schema version numbers with comma separations as "03.08,04.02".

Arguments

None.

Return Value

A string value of the SmartPlant Schema version(s) supported.

Comments

If the method fails, the tool will raise an error.