3 #ifndef _APIGroupElement_H_
4 #define _APIGroupElement_H_
10 namespace AnyCAD{
namespace API
29 void SetUsageType(
int _UsageType);
34 int GetUsageType()
const;
56 void RemoveElement (
const ElementId& ElementId) ;
62 Element FindElement (
const ElementId& ElementId)
const;
72 #endif //_APIGroupElement_H_
The element that can store a group of the Element.
Definition: APIGroupElement.h:20
Support user defined parameters and script.
Definition: APIPropertiesElement.h:23
std::string String
Definition: APIString.h:10
The id.
Definition: APIElementId.h:16
The base class for the data that need to be stored in document.
Definition: APIElement.h:22
std::set< ElementId > ElementIdSet
Definition: APIElementId.h:53
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33