PDFExportOptions.isValid Property

Parent Object: PDFExportOptions
Defined in namespace "adsk::drawing" and the header file is <Drawing/Drawing/PDFExportOptions.h>

Description

Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference.

Syntax

"pDFExportOptions_var" is a variable referencing a PDFExportOptions object.

# Get the value of the property.
propertyValue = pDFExportOptions_var.isValid
"pDFExportOptions_var" is a variable referencing a PDFExportOptions object.
#include <Drawing/Drawing/PDFExportOptions.h>

// Get the value of the property.
boolean propertyValue = pDFExportOptions_var->isValid();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version December 2020