SurfaceDeleteFaceFeatures.isValid Property

Parent Object: SurfaceDeleteFaceFeatures
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/SurfaceDeleteFaceFeatures.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

"surfaceDeleteFaceFeatures_var" is a variable referencing a SurfaceDeleteFaceFeatures object.

# Get the value of the property.
propertyValue = surfaceDeleteFaceFeatures_var.isValid
"surfaceDeleteFaceFeatures_var" is a variable referencing a SurfaceDeleteFaceFeatures object.
#include <Fusion/Features/SurfaceDeleteFaceFeatures.h>

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

Property Value

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

Version

Introduced in version August 2016