Share

Sketch.SketchEntities Property

Parent Object: Sketch

Description

Property that returns the collection of all entities on the sketch, regardless of their type.

Syntax

Sketch.SketchEntities() As SketchEntitiesEnumerator

Property 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.

Version

Introduced in version 5.3

Was this information helpful?