DocumentReference.isOutOfDate Property

Parent Object: DocumentReference
Defined in namespace "adsk::core" and the header file is <Core/Application/DocumentReference.h>

Description

Indicates if this reference is out of date, meaning that the reference is not referencing the latest version.

Syntax

"documentReference_var" is a variable referencing a DocumentReference object.

# Get the value of the property.
propertyValue = documentReference_var.isOutOfDate
"documentReference_var" is a variable referencing a DocumentReference object.
#include <Core/Application/DocumentReference.h>

// Get the value of the property.
boolean propertyValue = documentReference_var->isOutOfDate();

Property Value

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

Version

Introduced in version June 2017