ObjectId.IsValid Property

Visual Basic
Public Property IsValid() As bool
C#
public bool IsValid;
Description

Assesses if the object ID is associated with a database that is currently in memory. If the object ID is associated with a database that is no longer available (in other words, has been deleted), then the value is false.

Conditions

Read-only

Links