AutoDimensionInput.isValid Property

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

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

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

Property Value

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

Version

Introduced in version September 2026