Share

SketchBlockProxy.ExitEdit Method

Parent Object: SketchBlockProxy

Description

Method that causes the sketch block to return from the edit mode and into the environment specified by the input argument. If the sketch block is not currently active (i.e. this is not the same block as returned by Application.ActiveEditObject property), then this method does nothing.

Syntax

SketchBlockProxy.ExitEdit( ExitTo As ExitTypeEnum )

Parameters

Name Type Description
ExitTo ExitTypeEnum Input ExitTypeEnum that specifies the environment to exit to. Possible values are kExitToPrevious, kExitToParent and kExitToTop.

Version

Introduced in version 2010

Was this information helpful?