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