ArcObjects Library Reference  (Carto)    

ICadastralFabricLayer.CadastralFabric Property

The layer's CadastralFabric.

[Visual Basic 6.0]
Property CadastralFabric As ICadastralFabric
[Visual Basic .NET]
Public Property CadastralFabric As ICadastralFabric
[C#]
public ICadastralFabric CadastralFabric {get; set;}
[Java]
public ICadastralFabric getCadastralFabric()
throws
    IOException,
    AutomationException
[Java]
public void setCadastralFabricByRef(
ICadastralFabric pCadastralFabric
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_CadastralFabric(
  ICadastralFabric** CadastralFabric
);
[C++]
HRESULT putref_CadastralFabric(
  ICadastralFabric* CadastralFabric

);

[C++]

Parameters

CadastralFabric [out, retval]

  CadastralFabric is a parameter of type ICadastralFabric

CadastralFabric [in]

  CadastralFabric is a parameter of type ICadastralFabric

Product Availability

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

See Also

ICadastralFabricLayer Interface

 


Feedback Send feedback on this page