Click or drag to resize
SbDataTypeIsInteger Property
Gets a flag indicating if the type is an integer type.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool IsInteger { get; }

Property Value

Type: Boolean
true if the type is an integer type, false otherwise.
See Also