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


IDECadastralFabric2.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDECadastralFabric2 Interface > IDECadastralFabric2.Type Property
ArcGIS Developer Help

IDECadastralFabric2.Type Property

The cadastral fabric type.

[Visual Basic .NET]
Public Property Type As esriCadastralFabricType
[C#]
public esriCadastralFabricType Type {get; set;}
[C++]
HRESULT get_Type(
  esriCadastralFabricType* Type
);
[C++]
HRESULT put_Type(
  esriCadastralFabricType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriCadastralFabricType* Type [in]
Type is a parameter of type esriCadastralFabricType

Product Availability

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

See Also

IDECadastralFabric2 Interface