This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPSAGeoDataDomain Interface > IGPSAGeoDataDomain.SetNumericFieldTypes Method (ArcObjects .NET 10.4 SDK) |
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