ArcObjects Library Reference (Cadastral)  

ICadastralCogoImporter.CogoFieldType Property

COGO required field type.

[Visual Basic .NET]
Public Function get_CogoFieldType ( _
    ByVal eCogoField As esriCFCogoAttributeField _
) As esriFieldType
[C#]
public esriFieldType get_CogoFieldType (
    esriCFCogoAttributeField eCogoField
);

Product Availability

Available with ArcGIS Desktop.

Remarks

COGO field names used for extracting COGO attribute information.

The CogoFieldType property returns the field type required for the given COGO attribute.

[C++]

See Also

ICadastralCogoImporter Interface