This document is archived and information here might be outdated. Recommended version. |
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