This document is archived and information here might be outdated.  Recommended version.


ICadastralFabricSubLayer2.ConnectWithFabric Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadastralFabricSubLayer2 Interface > ICadastralFabricSubLayer2.ConnectWithFabric Method
ArcGIS Developer Help

ICadastralFabricSubLayer2.ConnectWithFabric Method

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
);
[C++]
Parameters
pFabricName [in]

pFabricName is a parameter of type ICadastralFabricName*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICadastralFabricSubLayer2 Interface