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


ICadastralCogoImporter.AccuracyCategory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralCogoImporter Interface > ICadastralCogoImporter.AccuracyCategory Property
ArcGIS Developer Help

ICadastralCogoImporter.AccuracyCategory Property

Accuracy category set on lines and parcels. Default 3.

[Visual Basic .NET]
Public Property AccuracyCategory As Integer
[C#]
public int AccuracyCategory {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use to get or set the default accuracy category when

The AccuracyCategory property is the default value used when line and parcel fabric class objects are written into a cadastral fabric. If the category value is not set on the fabric source data, then this accuracy category value is used as default.

See Also

ICadastralCogoImporter Interface