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


ICadastralControlImporter.ControlFieldType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralControlImporter Interface > ICadastralControlImporter.ControlFieldType Property
ArcGIS Developer Help

ICadastralControlImporter.ControlFieldType Property

Control field type [required].

[Visual Basic .NET]
Public Function get_ControlFieldType ( _
    ByVal eControlField As esriCFControlImpAttributeField _
) As esriFieldType
[C#]
public esriFieldType get_ControlFieldType (
    esriCFControlImpAttributeField eControlField
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The ControlFieldType property returns the field type required for the given Control attribute.  The following is a listing of the default Control field types.

 

 

See Also

ICadastralControlImporter Interface