PartClassName
Section:
Attribute
Required:
No
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
PartClassName is a pseudo attribute, defined in wmconf.xml. It uses the following xml code to present a drop-down list of classes.
<Attribute>
PartClassName
<Visible>false</Visible>
<Searchable>false</Searchable>
<DisplayName catalog="model" msg_num="1479">Part Class Name</DisplayName>
<BusinessObjectClass>com.osm.datamgmt.biz.PartClassNameAttribute</BusinessObjectClass>
<AttributeEditorClass>com.osm.datamgmt.editor.PartDBClassNameAttributeEditor</AttributeEditorClass>
<IsPartAttribute>true</IsPartAttribute>
<TargetAttributeName>DB_CLASS_NAME</TargetAttributeName>
</Attribute>
Was this helpful?