AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
ClassId | GetClassId () |
ParameterFloatList (FloatList v) | |
FloatList | GetValue () |
void | SetValue (FloatList val) |
long | GetCount () |
void | Reserve (long count) |
void | AddValue (float v) |
void | SetValue (long idx, float v) |
float | GetValue (long idx) |
ParameterValue | Clone () |
boolean | IsEqual (ParameterValue other) |
String | ToStr () |
![]() | |
boolean | IsEqual (AObject other) |
Static Public Member Functions | |
static ParameterFloatList | Cast (AObject obj) |
static ClassId | GetStaticClassId () |
|
static |
Reimplemented from ParameterValue.
ParameterValue ParameterFloatList.Clone | ( | ) |
Reimplemented from ParameterValue.
ClassId ParameterFloatList.GetClassId | ( | ) |
Reimplemented from ParameterValue.
|
static |
Reimplemented from ParameterValue.
boolean ParameterFloatList.IsEqual | ( | ParameterValue | other | ) |
Reimplemented from ParameterValue.
String ParameterFloatList.ToStr | ( | ) |
Reimplemented from ParameterValue.