ComponentOccurrence.Suppress Method
Parent Object: ComponentOccurrenceDescription
Suppresses this occurrence.
Syntax
ComponentOccurrence.Suppress( [SkipDocumentSave] As Boolean )Parameters
Name | Type | Description |
SkipDocumentSave | Boolean | Optional input Boolean value to specify if skip save the source document of the occurrence. This default to False if not specified. This is an optional argument whose default value is False. |
Samples
Name | Description |
Create a model state | This sample demonstrates creation of a model state in an assembly. |