ComponentOccurrenceProxy.ExitEdit Method
Parent Object: ComponentOccurrenceProxyDescription
Method that causes the component occurrence to return from the edit mode and into the environment specified by the input argument. If the ComponentOccurrence is not currently active (i.e. this is not the same occurrence as returned by AssemblyComponentDefinition.ActiveOccurrence), then this method does nothing.
Syntax
ComponentOccurrenceProxy.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. |