SheetInput.isValid Property

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

"sheetInput_var" is a variable referencing a SheetInput object.
# Get the value of the property.
propertyValue = sheetInput_var.isValid
"sheetInput_var" Is a variable referencing a SheetInput Object.
#include <Drawing/Sheet/SheetInput.h>

// Get the value of the property.
boolean propertyValue = sheetInput_var->isValid();
"sheetInput_var" Is a variable referencing a SheetInput Object.
// Get the value of the property.
propertyValue = sheetInput_var.isValid;

Property Value

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

Version

Introduced in version September 2026