AnyCAD Rapid API 2023
Help you to create a better world!
|
Public 成员函数 | |
ClassId | GetClassId () |
ParameterInt32List (Int32List v) | |
ParameterInt32List (Int32List val, String unit, String group) | |
Int32List | GetValue () |
void | SetValue (Int32List val) |
long | GetCount () |
void | Reserve (long count) |
void | AddValue (int v) |
void | SetValue (long idx, int v) |
int | GetValue (long idx) |
boolean | IsEqual (ParameterValue other) |
String | ToStr () |
boolean | Parse (String str) |
boolean | Copy (ParameterValue other) |
String | GetShortName () |
Public 成员函数 继承自 ParameterValue | |
ClassId | GetClassId () |
String | GetUnit () |
void | SetUnit (String val) |
String | GetGroupName () |
void | SetGroupName (String val) |
String | GetShortName () |
boolean | IsEqual (ParameterValue other) |
boolean | IsSameType (ParameterValue other) |
String | ToStr () |
boolean | Parse (String str) |
boolean | Copy (ParameterValue other) |
Public 成员函数 继承自 AObject | |
ClassId | GetClassId () |
boolean | IsEqual (AObject other) |
静态 Public 成员函数 | |
static ClassId | GetStaticClassId () |
static ParameterInt32List | Cast (AObject obj) |
static String | getShortName () |
static ClassId | GetStaticClassId () |
static ParameterValue | Cast (AObject obj) |
static ClassId | GetStaticClassId () |
|
static |
重载 ParameterValue .
boolean ParameterInt32List.Copy | ( | ParameterValue | other | ) |
ClassId ParameterInt32List.GetClassId | ( | ) |
String ParameterInt32List.GetShortName | ( | ) |
重载 ParameterValue .
|
static |
boolean ParameterInt32List.IsEqual | ( | ParameterValue | other | ) |
boolean ParameterInt32List.Parse | ( | String | str | ) |
String ParameterInt32List.ToStr | ( | ) |