ArcObjects Library Reference (Cadastral)  

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