This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataLayer Interface > IDataLayer.Connect Method (ArcObjects .NET 10.4 SDK) |
Connects the layer to its data source. An optional name object can be specified to aid in repairing a lost connection.
[Visual Basic .NET] Public Function Connect ( _ ByVal pOptRepairName As IName _ ) As Boolean
[C#] public bool Connect ( IName pOptRepairName );
[C++]
HRESULT Connect(
IName* pOptRepairName,
VARIANT_BOOL* Succeeded
);
[C++]
Parameters pOptRepairName [in]
pOptRepairName is a parameter of type IName Succeeded [out, retval] Succeeded is a parameter of type VARIANT_BOOL