This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDECadastralFabric2 Interface > IDECadastralFabric2.CompiledAccuracyCategory Property (ArcObjects .NET 10.5 SDK) |
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