RVTDocs.com

ConnectorManager.Lookup

Method
Description:
Lookup the connector using the unique index value that identify this connector.
Syntax
public Connector Lookup(
	int index
)
Parameters
Parameter Type Description
index Int32 The unique index value.
Return Value
Type Description
Connector Returns the connector or null if a connector for the provided unique index value doesn't exist.