ObjectCollection.RemoveByObject Method
Parent Object: ObjectCollectionDescription
Method that removes the specified object from the generic object collection.
Syntax
ObjectCollection.RemoveByObject( Object As Object )Parameters
| Name | Type | Description |
| Object | Object | Input Object to remove. |
Samples
| Name | Description |
| Finding Bend Extent (Tangent) Edges | This sample demonstrates how to retrieve the bend extent edges (a.k.a. tangent edges) associated with the selected bend edge on a flat pattern. |
