Sketch.SketchEntities Property
Parent Object: SketchDescription
Property that returns the collection of all entities on the sketch, regardless of their type.
Syntax
Sketch.SketchEntities() As SketchEntitiesEnumeratorProperty Value
This is a read only property whose value is a SketchEntitiesEnumerator.Samples
Name | Description |
Copy a sketch | This sample demonstrates copying the contents of a sketch into another sketch via the API. |
Move sketch entities | This sample demonstrates the translation of all the objects on the active sketch by a certain distance. |