Solid Edge Draft Type Library
ComponentType Property
Description
Returns the component type for the ModelMember.
Property type
Read-only property
Syntax
Visual Basic
Public Property ComponentType As ModelMemberComponentTypeConstants
Remarks
The ComponentType property enhances the Type property on the ModelMember object by providing more specific information. For example, for weldments, weld parts, and weld beads, the Type property returns the value sePartMember. The ComponentType property returns seWeldmentMemberType, seWeldPartMemberType, and seWeldBeadType respectively.
See Also

ModelMember Object  | ModelMember Members