GetSPFProjects As Long - Integration - Update 44 - Help - Hexagon

SmartPlant Integration COM 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)

This method returns a list of active projects in a given plant (sSPFPlant), in a given SmartPlant Foundation URL (sSPFURL). A tool that uses the IEFCommonUIApplication2 interface will call this method during registration to a project.

Arguments

Name

Data type

Input/output

Description

sSPFURL

String (maximum 128 characters)

Input

SmartPlant Foundation URL to which the design tool plant is being registered. For example; http://gainipc/spfasp.

sSPFPlant

String (maximum 254 characters)

Input

Name of the plant for which projects are being requested.

oSPFProjects

ISPFProjects

Input/output

SmartPlant Foundation projects returned as a collection of ISPFProject objects. If there are no active projects; then it is NULL.