TheThing..::..GeneratePipelineAnswerConfiguration Method
Creates a ThePipelineConfiguration that only contains the configuration values needed to specialize a pipeline instance. This is typically used an answer file that instantiates a thing pipeline.
Namespace:
nsCDEngine.Engines.ThingServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static TheThing..::..ThePipelineConfiguration GeneratePipelineAnswerConfiguration( TheThing..::..ThePipelineConfiguration pipelineConfig, bool bRemoveDefaultedValuesFromPipelineConfig )
Public Shared Function GeneratePipelineAnswerConfiguration ( _ pipelineConfig As TheThing..::..ThePipelineConfiguration, _ bRemoveDefaultedValuesFromPipelineConfig As Boolean _ ) As TheThing..::..ThePipelineConfiguration
public: static TheThing..::..ThePipelineConfiguration^ GeneratePipelineAnswerConfiguration( TheThing..::..ThePipelineConfiguration^ pipelineConfig, bool^ bRemoveDefaultedValuesFromPipelineConfig )
Parameters
- pipelineConfig
- Type: nsCDEngine.Engines.ThingService..::..TheThing..::..ThePipelineConfiguration
The pipeline configuration to be used as the basis for the answer configuration.
- bRemoveDefaultedValuesFromPipelineConfig
- Type: Boolean
If true, any configuration values in the pipelineConfig that match the declared default value are removed from both the pipelineConfig (input) and the answer config (return value).