Solid Edge Part Type Library
RemoveMembers Method
Specifies the number of objects in the AttachmentsToRemove array.
Specifies the edges, faces, and so forth from which the AttachedPropertyTable object will be removed.
An array of constants from the PropertyFilterTypeConstants constant set. These values specify the filters applied to the array of objects to which the AttachedPropertyTable object is attached.
Description
Removes the referenced AttachedPropertyTable object from the objects in the RemovedAttachments array.
Syntax
Visual Basic
Public Sub RemoveMembers( _
   ByVal NumObjects As Long, _
   ByRef AttachmentsToRemove() As Object, _
   ByRef SelectFilter() As PropertyFilterTypeConstants _
) 
Parameters
NumObjects
Specifies the number of objects in the AttachmentsToRemove array.
AttachmentsToRemove
Specifies the edges, faces, and so forth from which the AttachedPropertyTable object will be removed.
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 constants from the PropertyFilterTypeConstants constant set. These values specify the filters applied to the array of objects to which the AttachedPropertyTable object is attached.
Remarks
The members of the RemovedAttachments array are also removed from the AttachedTo array of the AttachedPropertyTable object.
See Also

AttachedPropertyTable Object  | AttachedPropertyTable Members