ArcObjects Library Reference (GeoDatabaseExtensions)  

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