Applies to |
Returns the sub-collection of geometric entities labeled with a given label.
Object.LabeledAs ( [Vertex As String], [Edge As String], [Block As String] ) As ShapeRange
The LabeledAs property returns the collection, filtered from the source collection by the objects labels.
If a non-empty Vertex parameter is given, all the vertices with the label equal to the Vertex string (if any) will be included to the resulting collection. Otherwise, no vertex will be included to the result.
The same meaning have the Edge and Block string parameters. Each parameter is optional and the default value is an empty string.