ArcObjects Library Reference (Carto)  

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,
  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

Product Availability

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

See Also

ICadastralFabricSubLayer2 Interface