AnyCAD Rapid API 2023
Help you to create a better world!
|
Public 成员函数 | |
ClassId | GetClassId () |
Uint16Buffer (long itemCount) | |
Uint16Buffer (Uint16List data) | |
Uint16Buffer | Clone () |
EnumDataType | GetDataType () |
Public 成员函数 继承自 Uint16TypedBuffer | |
Uint16List | GetData () |
void | Reserve (long count) |
void | Set (long idx, int val) |
int | Get (long idx) |
void | Append (int val) |
void | Append (int a, int b) |
void | Append (int a, int b, int c) |
void | Append (int a, int b, int c, int d) |
long | GetBufferSize () |
long | GetItemCount () |
Public 成员函数 继承自 ArrayBuffer | |
ClassId | GetClassId () |
long | GetBufferSize () |
long | GetItemCount () |
EnumDataType | GetDataType () |
boolean | Save (String fleName) |
Public 成员函数 继承自 AObject | |
ClassId | GetClassId () |
boolean | IsEqual (AObject other) |
静态 Public 成员函数 | |
static ClassId | GetStaticClassId () |
static Uint16Buffer | Cast (AObject obj) |
static Uint16Buffer | Create (Uint16List data) |
static ClassId | GetStaticClassId () |
static ArrayBuffer | Cast (AObject obj) |
static ClassId | GetStaticClassId () |
<> 内容为Uint16的内存空间
|
static |
重载 ArrayBuffer .
ClassId Uint16Buffer.GetClassId | ( | ) |
EnumDataType Uint16Buffer.GetDataType | ( | ) |
|
static |