#include<kfbxcontainer.h>
Definition at line47of filekfbxcontainer.h.
Public and fast access Properties | |
| KFbxTypedProperty<fbxString> | TemplateName |
| This property contains the template name information of the container. | |
| KFbxTypedProperty<fbxString> | TemplateVersion |
| This property contains the template version information of the container. | |
| KFbxTypedProperty<fbxString> | ViewName |
| This property contains the view name information of the container. | |
Container dynamic attributes | |
| KFbxProperty | CreateProperty(KStringpName,KFbxDataType&pType,KStringpLabel) |
| Create a new property. | |
| KFbxPropertyCreateProperty | ( | KString | pName, | |
| KFbxDataType& | pType, | |||
| KString | pLabel | |||
| ) |
Create a new property.
| pName | Name of the property | |
| pType | Type of the property | |
| pLabel | Label of the property |
| KFbxTypedProperty<fbxString>TemplateName |
This property contains the template name information of the container.
To access this property do: TemplateName.Get(). To set this property do: TemplateName.Set(fbxString).
Default value is "".
Definition at line79of filekfbxcontainer.h.
| KFbxTypedProperty<fbxString>TemplateVersion |
This property contains the template version information of the container.
To access this property do: TemplateVersion.Get(). To set this property do: TemplateVersion.Set(fbxString).
Default value is "".
Definition at line88of filekfbxcontainer.h.
This property contains the view name information of the container.
To access this property do: ViewName.Get(). To set this property do: ViewName.Set(fbxString).
Default value is "".
Definition at line97of filekfbxcontainer.h.