Skip to main content

IsUndefined

Returns true if the CDocBuilderValue object is undefined.

Please note, that for the .docbuilder file the CDocBuilderValue.IsUndefined method is not used.

Syntax

def IsUndefined(self) -> bool

Parameters

NameTypeDescription
resultVARIANT_BOOL*Specifies whether the CDocBuilderValue object is undefined.

Example

builder = docbuilder.CDocBuilder()
context = builder.GetContext()
globalObj = context.GetGlobal()
bUndefined = globalObj.IsUndefined()