GetSiteFacilityByName method

Returns a Site Facility by name.

Syntax


C++
HRESULT GetSiteFacilityByName(
   BSTR FacilityName,
   IERUSiteFacility** ppSiteFacility
)
Scripting languages
Set SiteFacility = Object.GetSiteFacilityByName(
   FacilityName as String)

Parameters


FacilityName

The name of the Site Facility to be retrieved.

ppSiteFacility

Upon return, an IERUSiteFacility for the requested site facility.

Return value


C++

The return code.

Scripting languages

Upon return, an IERUSiteFacility for the requested site facility.

 

Go to Top

Home

Applies to

IERUApplication

IERUCommunity