AnyCAD Rapid API 2026
Help you to create a better world!
载入中...
搜索中...
未找到
AnyCAD.Drawing.DbVariant类 参考

XDATA值 更多...

类 AnyCAD.Drawing.DbVariant 继承关系图:

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值