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


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

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++]

HRESULT get_CogoFieldType(

esriCFCogoAttributeField eCogoField

esriFieldType* CogoFieldName,

);

See Also

ICadastralCogoImporter Interface