SbDataTypeNumBits Property |
Gets the number of bits in the type.
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public uint NumBits { get; }
Public ReadOnly Property NumBits As UInteger
Get
public:
property unsigned int NumBits {
unsigned int get ();
}
member NumBits : uint32 with get
Property Value
Type:
UInt32Number of bits in the type.
See Also