AnyCAD Rapid API 2023
Help you to create a better world!
Element Class Reference
Inheritance diagram for Element:
AObject DbView DrawableElement GroupElement MaterialElement UserElement DrawableInstance GroupDrawable ShapeElement VisualElement ShapeInstance PointElement VisualInstance FeatureElement CraftPathFeature PlaneCutFeature

Public Member Functions

ClassId GetClassId ()
 
ElementId GetId ()
 
void SetId (ElementId val)
 
long GetUserId ()
 
boolean SetUserId (long val)
 
String GetName ()
 
boolean SetName (String val)
 
String GetSchemaName ()
 
boolean SetSchemaName (String val)
 
ParameterDict GetParameterDict ()
 
boolean AddParameter (String name, ParameterValue val)
 
void SetParameter (String name, ParameterValue val)
 
void RemoveParameter (String name)
 
ParameterIterator CreateParameterIterator ()
 
ParameterValue FindParameter (String name)
 
- Public Member Functions inherited from AObject
boolean IsEqual (AObject other)
 

Static Public Member Functions

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

Detailed Description

<>
The base class to store data with unique id.

Member Function Documentation

◆ GetClassId()

ClassId Element.GetClassId ( )

Reimplemented from AObject.

◆ GetStaticClassId()

static ClassId Element.GetStaticClassId ( )
static

Reimplemented from AObject.