ArcObjects Library Reference (Cadastral)  

ICadastralCogoImporter.InversedAccuracyCategory Property

Accuracy category set on lines and parcels when a line is calculated from stored geometry (inversed). Default 6.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Use to get or set the inverse accuracy category.

The InverseAccuracyCategory property used when the importer does not find attribute values in the source and needs to inverse the geometry of the line to get the value.

See Also

ICadastralCogoImporter Interface