Skip to main content

CreateUndefined

Creates an undefined value, an analogue of undefined in JS.

note

This method is not available for JS.

Syntax

def CreateUndefined(self) -> CDocBuilderValue

Parameters

This method has no parameters.

Example

builder = docbuilder.CDocBuilder()
context = builder.GetContext()
content = context.CreateUndefined()