TemplateLoadOptions3 constants

These values correspond to the TemplateLoadOption3 property and are expressed in hexadecimal, using the Visual Basic notation. To specify more than one option, use a bitwise OR operation. For example, to load the tag unit and description from a template, use:
object name.TemplateLoadOptions3 = rstTemplateTagUnit OR rstTemplateTagDescription
The following constants are defined:
Constant
Value
rstTemplateOptions3All
&H00000003&
rstTemplateOptions3None
&H00000000&
rstTemplateTagUnit
&H00000001&
rstTemplateTagDescription
&H00000002&
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal