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


ICadastralCogoImporter.InversedAccuracyCategory 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.InversedAccuracyCategory Property
ArcGIS Developer Help

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