CommonCModule.CodeTemplateName

Syntax

CommonCModule.CodeTemplateName

Data Type

String

Purpose

Specifies a code template associated with this module.

Remarks

The Module.CreateCode and CommonCModule.LoadPrototypeFromCodeTemplate methods use the code template this property specifies. If this property is empty, the Module.CreateCode method does not use a code template and the CommonCModule.LoadPrototypeFromCodeTemplate method does nothing. You can acquire a list of code template names using the collection the StepType.CodeTemplates property returns.

See Also

CommonCModule.LoadPrototypeFromCodeTemplate

Module.CreateCode

StepType.CodeTemplates