Skip to main content

CreateScope

Creates a context scope which sets the execution context for all operations executed within a local scope.

note

This method is not available for JS.

Syntax​

def CreateScope(self) -> CDocBuilderContextScope

Parameters​

This method has no parameters.

Example​

builder = docbuilder.CDocBuilder()
context = builder.GetContext()
scope = context.CreateScope()