BIMHome v1.0.0
BIMHome接口文档说明
IPropertyAccessor 成员列表

成员的完整列表,这些成员属于 IPropertyAccessor,包括所有继承而来的类成员

addProperty(const char *type, const char *name, const boost::any &delValue, bool readOnly=false, bool hidden=false)=0IPropertyAccessorpure virtual
getPropertyValue(const char *name)=0IPropertyAccessorpure virtual
hasPropertyByGivingName(const char *name)=0IPropertyAccessorpure virtual
setProperty(const char *name, const boost::any &value, bool readOnly=false, bool hidden=false)=0IPropertyAccessorpure virtual