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


IGPSAGeoDataDomain.SetNumericFieldTypes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPSAGeoDataDomain Interface > IGPSAGeoDataDomain.SetNumericFieldTypes Method
ArcGIS Developer Help

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 bool allowOID [in]
allowOID is a parameter of type bool

Product Availability

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

See Also

IGPSAGeoDataDomain Interface