Lookup the connector using the unique index value that identify this connector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public Connector Lookup( int index )
Parameters
- index Int32
- The unique index value.
Return Value
ConnectorReturns the connector or null if a connector for the provided unique index value doesn't exist.