![]() |
|
An object belonging to an ISketchUpModel. Another name for this object might be "ISketchUpModelObject". More...
#include <ientity.h>
Public Member Functions | |
virtual ISketchUpModelPtr | GetModel () const =0 |
Used to retrieve the owning model. | |
virtual ISketchUpEntityContainerPtr | GetParent () const =0 |
Retrieves the object owning this entity. The owning (or parent) could be the Model or a ComponentDefinition. Either way, this method retrieves the ISketchUpEntityContainer containing the object. | |
virtual ISketchUpAttributeDictionaryPtr | CreateAttributeDictionary (LPCWSTR name)=0 |
Attribute creation support. | |
virtual ISketchUpAttributeDictionaryPtr | FindAttributeDictionary (LPCWSTR name) const =0 |
Attribute search support. | |
virtual AtLastUstring | GetTypeName () const =0 |
Returns the so-called friendly name of the object. |
An object belonging to an ISketchUpModel. Another name for this object might be "ISketchUpModelObject".
virtual ISketchUpAttributeDictionaryPtr atlast::sketchup::ISketchUpEntity::CreateAttributeDictionary | ( | LPCWSTR | name | ) | [pure virtual] |
Attribute creation support.
This method will create a attribute dictionary of the given name if there isn't already such a named dictionary. If a dictionary of the same name already exists, this method will return that one.
name | The name of the dictionary to find or create. |
virtual ISketchUpAttributeDictionaryPtr atlast::sketchup::ISketchUpEntity::FindAttributeDictionary | ( | LPCWSTR | name | ) | const [pure virtual] |
Attribute search support.
Searches for an AttributeDictionary of the given name.
name | The name to search on. |
virtual ISketchUpModelPtr atlast::sketchup::ISketchUpEntity::GetModel | ( | ) | const [pure virtual] |
Used to retrieve the owning model.
virtual ISketchUpEntityContainerPtr atlast::sketchup::ISketchUpEntity::GetParent | ( | ) | const [pure virtual] |
Retrieves the object owning this entity. The owning (or parent) could be the Model or a ComponentDefinition. Either way, this method retrieves the ISketchUpEntityContainer containing the object.
virtual AtLastUstring atlast::sketchup::ISketchUpEntity::GetTypeName | ( | ) | const [pure virtual] |
Returns the so-called friendly name of the object.
©2010 Google - Google Home - About Google |