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


IDECadastralFabric2.CompiledAccuracyCategory 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.CompiledAccuracyCategory Property
ArcGIS Developer Help

IDECadastralFabric2.CompiledAccuracyCategory Property

The default accuracy category for compiled parcels.

[Visual Basic .NET]
Public Property CompiledAccuracyCategory As Integer
[C#]
public int CompiledAccuracyCategory {get; set;}
[C++]
HRESULT get_CompiledAccuracyCategory(
  System.Int32* defaultAccuracy
);
[C++]
HRESULT put_CompiledAccuracyCategory(
  long defaultAccuracy
);
[C++]
Parameters
defaultAccuracy [out, retval]

defaultAccuracy is a parameter of type long* defaultAccuracy [in]
defaultAccuracy is a parameter of type long

Product Availability

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

See Also

IDECadastralFabric2 Interface