AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
ClassId | GetClassId () |
ParameterInt32List (Int32List v) | |
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) |
ParameterValue | Clone () |
boolean | IsEqual (ParameterValue other) |
String | ToStr () |
![]() | |
boolean | IsEqual (AObject other) |
Static Public Member Functions | |
static ParameterInt32List | Cast (AObject obj) |
static ClassId | GetStaticClassId () |
|
static |
Reimplemented from ParameterValue.
ParameterValue ParameterInt32List.Clone | ( | ) |
Reimplemented from ParameterValue.
ClassId ParameterInt32List.GetClassId | ( | ) |
Reimplemented from ParameterValue.
|
static |
Reimplemented from ParameterValue.
boolean ParameterInt32List.IsEqual | ( | ParameterValue | other | ) |
Reimplemented from ParameterValue.
String ParameterInt32List.ToStr | ( | ) |
Reimplemented from ParameterValue.