|
AnyCAD Rapid API 2026
Help you to create a better world!
|
XDATA值 更多...
Public 成员函数 | |
| DbVariant (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| 仅供内部使用 | |
| void | Dispose () |
| DbVariant (string v) | |
| DbVariant (double v) | |
| DbVariant (sbyte v) | |
| DbVariant (short v) | |
| DbVariant (int v) | |
| DbVariant (long v) | |
| DbVariant (DbXYZ v) | |
| DbVariant (Uint8List v) | |
| DbVariant (bool v) | |
| DbVariant (ulong v) | |
| bool | isEmpty () |
| bool | isString () |
| string | asString () |
| bool | isDouble () |
| double | asDouble () |
| bool | isInt8 () |
| sbyte | asInt8 () |
| bool | isInt16 () |
| short | asInt16 () |
| bool | isInt32 () |
| int | asInt32 () |
| bool | isInt64 () |
| long | asInt64 () |
| bool | isHandle () |
| ulong | asHandle () |
| bool | isBool () |
| bool | asBool () |
| bool | isPoint () |
| DbXYZ | asPoint () |
XDATA值