ObjectsEnumerator.Count Property
Parent Object: ObjectsEnumeratorDescription
Property that returns the number of items in this collection.
Syntax
ObjectsEnumerator.Count() As LongProperty Value
This is a read only property whose value is a Long.Samples
Name | Description |
Basic Selection Using Interaction Events | This sample demonstrates using the selection events to select a face. Selection is dependent on events and VB only supports events within a class module. |
Sketch Delete | This sample demonstrates deleting a sketch. |