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

Public Member Functions

ClassId GetClassId ()
 
void Add (String name, ParameterValue value)
 
ParameterValue Find (String name)
 
void Remove (String name)
 
float Cast (String name, float failback)
 
double Cast (String name, double failback)
 
int Cast (String name, int failback)
 
boolean Cast (String name, boolean failback)
 
ElementId Cast (String name, ElementId failback)
 
String Cast (String name, String failback)
 
GPnt Cast (String name, GPnt failback)
 
GVec Cast (String name, GVec failback)
 
GDir Cast (String name, GDir failback)
 
GAx1 Cast (String name, GAx1 failback)
 
GAx2 Cast (String name, GAx2 failback)
 
GAx3 Cast (String name, GAx3 failback)
 
void Add (String name, float val)
 
void Add (String name, double val)
 
void Add (String name, int val)
 
void Add (String name, boolean val)
 
void Add (String name, ElementId val)
 
void Add (String name, String val)
 
- Public Member Functions inherited from AObject
boolean IsEqual (AObject other)
 

Static Public Member Functions

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

Detailed Description

Member Function Documentation

◆ GetClassId()

ClassId ParameterDict.GetClassId ( )

Reimplemented from AObject.

◆ GetStaticClassId()

static ClassId ParameterDict.GetStaticClassId ( )
static

Reimplemented from AObject.