Architecture - 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)

Publishing a document to SmartPlant Foundation requires that the document have a revision.

Publishing tools can revise documents in SmartPlant Foundation using tool revisions or SmartPlant Foundation revisions.

  • If the publishing tool’s SmartPlant Adapter method, SupportsFeature returns True when passing an enumerated value, ToolRevisions, it indicates that the tool is using tool revisions.

  • If the publishing tool’s SmartPlant Adapter method, SupportsFeature returns True for an enumerated value, SPFRevisions, it indicates that the publishing tool uses SmartPlant Foundation revisions, and reserves the revision for a document before publishing the document.

If the tool returns True for ToolRevisions and SPFRevisions, it is considered an error.

If the tool returns False for ToolRevisions and SPFRevisions, the tool can use the UI window displayed by the SmartPlant Common UI method ShowPublishDialog to use SmartPlant Foundation revisions in a limited way.

This section describes the scenario where the tool’s SmartPlant Adapter method SupportsFeature returns True when SPFRevisions is passed which requires the tool to implement ISPAdapter2 interface in its SmartPlant Adapter.