ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  long* 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