SbDataTypeIsInteger Property |
Gets a flag indicating if the type is an integer type.
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool IsInteger { get; }
Public ReadOnly Property IsInteger As Boolean
Get
public:
property bool IsInteger {
bool get ();
}
member IsInteger : bool with get
Property Value
Type:
Booleantrue if the type is an integer type,
false otherwise.
See Also