Click or drag to resize
SbDataTypeIsSigned Property
Gets a flag indicating if the type is signed.

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

Property Value

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