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: 10.12.3.0 (10.12.3.0)
Syntax
public bool IsSigned { get; }

Property Value

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