ArcObjects Library Reference (Geoprocessing)  

IGPSAGeoDataDomain.SetNumericFieldTypes Method

Sets numeric field types.

[Visual Basic .NET]
Public Sub SetNumericFieldTypes ( _
    ByVal integerOnly As Boolean, _
    ByVal allowOID As Boolean _
)
[C#]
public void SetNumericFieldTypes (
    bool integerOnly,
    bool allowOID
);
[C++]
HRESULT SetNumericFieldTypes(
  VARIANT_BOOL integerOnly,
  VARIANT_BOOL allowOID
);
[C++]

Parameters

integerOnly [in]   integerOnly is a parameter of type VARIANT_BOOL allowOID [in]   allowOID is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPSAGeoDataDomain Interface