PlanarSketch.SketchBlocks Property
Parent Object: PlanarSketchDescription
Property that returns the SketchBlocks collection object. Only the first level sketch blocks in the sketch are returned. Use SketchBlock.ChildBlocks property recursively to get sketch blocks at all levels.
Syntax
PlanarSketch.SketchBlocks() As SketchBlocksProperty Value
This is a read only property whose value is a SketchBlocks.Samples
Name | Description |
Create sketch block from an existing sketch | This sample demonstrates creating a sketch block from an existing sketch. |