Solid Edge Part Type Library
AddMembers Method
Specifies the number of members to be added.
Contains Faces, Edges, and so forth to which the AttachedPropertyTable is to be attached.
An array of filters (members of the PropertyFilterTypeConstants constant set) that specify the filter to be applied to each member of the NewAttachments array.
Description
Attaches the referenced AttachedPropertyTable to a specified set of objects.
Syntax
Visual Basic
Public Sub AddMembers( _
   ByVal NumObjects As Long, _
   ByRef NewAttachments() As Object, _
   ByRef SelectFilter() As PropertyFilterTypeConstants _
) 
Parameters
NumObjects
Specifies the number of members to be added.
NewAttachments
Contains Faces, Edges, and so forth to which the AttachedPropertyTable is to be attached.
SelectFilter
ValueDescription
sePropertyFilterTypeEdgeProperty Filter Type - Edge
sePropertyFilterTypeEdgeChainProperty Filter Type - Edge Chain
sePropertyFilterTypeFaceProperty Filter Type - Face
sePropertyFilterTypeFaceChainProperty Filter Type - Face Chain
sePropertyFilterTypeFeatureEdgesProperty Filter Type - Feature Edges
sePropertyFilterTypeFeatureFacesProperty Filter Type - Feature Faces
sePropertyFilterTypeVertexProperty Filter Type - Vertex
An array of filters (members of the PropertyFilterTypeConstants constant set) that specify the filter to be applied to each member of the NewAttachments array.
Remarks
These objects are then added to the AttachedTo array of the AttachedPropertyTable object.
See Also

AttachedPropertyTable Object  | AttachedPropertyTable Members