This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadastralFabricSubLayer2 Interface > ICadastralFabricSubLayer2.ConnectWithFabric Method (ArcObjects .NET 10.4 SDK) |
Connect sub layer using fabric name.
[Visual Basic .NET] Public Function ConnectWithFabric ( _ ByVal pFabricName As ICadastralFabricName _ ) As Boolean
[C#] public bool ConnectWithFabric ( ICadastralFabricName pFabricName );
[C++]
HRESULT ConnectWithFabric(
ICadastralFabricName* pFabricName,
VARIANT_BOOL* pOk
);
[C++]
Parameters pFabricName [in]
pFabricName is a parameter of type ICadastralFabricName pOk [out, retval] pOk is a parameter of type VARIANT_BOOL