GetNetworkLink

Returns an interface to to the INetworkLink80 object based on the specified ID.

 

JavaScript

 

GetNetworkLink (

       ObjectID)

 

C#

 

void GetNetworkLink (

       string ObjectID)

 

C++

 

HRESULT GetNetworkLink (

       BSTR ObjectID,

       INetworkLink80** pINetworkLink)

Parameters

ObjectID

The ID of the network link item requested. It must be a child element of the IKMLLayer it is called on.  

Return Value

pINetworkLink

An INetworkLink80 representing the network link object.

 

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.