AnyCAD Rapid API 2023
Help you to create a better world!
ParameterDoubleList Class Reference
Inheritance diagram for ParameterDoubleList:
ParameterValue AObject

Public Member Functions

ClassId GetClassId ()
 
 ParameterDoubleList (DoubleList v)
 
DoubleList GetValue ()
 
void SetValue (DoubleList val)
 
long GetCount ()
 
void Reserve (long count)
 
void AddValue (double v)
 
void SetValue (long idx, double v)
 
double GetValue (long idx)
 
ParameterValue Clone ()
 
boolean IsEqual (ParameterValue other)
 
String ToStr ()
 
- Public Member Functions inherited from AObject
boolean IsEqual (AObject other)
 

Static Public Member Functions

static ParameterDoubleList Cast (AObject obj)
 
static ClassId GetStaticClassId ()
 

Member Function Documentation

◆ Cast()

static ParameterDoubleList ParameterDoubleList.Cast ( AObject  obj)
static

Reimplemented from ParameterValue.

◆ Clone()

ParameterValue ParameterDoubleList.Clone ( )

Reimplemented from ParameterValue.

◆ GetClassId()

ClassId ParameterDoubleList.GetClassId ( )

Reimplemented from ParameterValue.

◆ GetStaticClassId()

static ClassId ParameterDoubleList.GetStaticClassId ( )
static

Reimplemented from ParameterValue.

◆ IsEqual()

boolean ParameterDoubleList.IsEqual ( ParameterValue  other)

Reimplemented from ParameterValue.

◆ ToStr()

String ParameterDoubleList.ToStr ( )

Reimplemented from ParameterValue.