ArcObjects Library Reference (Cadastral)  

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