3 #ifndef _APIElementSchema_H_
4 #define _APIElementSchema_H_
10 namespace AnyCAD{
namespace API
13 class PropertiesElement;
36 void SetName (
const String& val) ;
41 String GetDescription ()
const;
46 void SetDescription (
const String& val) ;
74 #endif //_APIElementSchema_H_
Support user defined parameters and script.
Definition: APIPropertiesElement.h:23
std::string String
Definition: APIString.h:10
The Schema description for parameters.
Definition: APIPropertySchema.h:21
The base class for parameter values.
Definition: APIParameterValue.h:19
平台基类
Definition: APIObject.h:17
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33
The Schema description for element.
Definition: APIElementSchema.h:22