DrawingExportManager.isValid Property

Parent Object: DrawingExportManager
Defined in namespace "adsk::drawing" and the header file is <Drawing/Drawing/DrawingExportManager.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

"drawingExportManager_var" is a variable referencing a DrawingExportManager object.

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

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

Property Value

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

Version

Introduced in version December 2020