Share

Database.IsObjectNonPersistent Method

Description

Returns true if the object denoted by id is non-persistent.

Visual Basic

Public static Function IsObjectNonPersistent(
    id As ObjectId
) As bool

C#

public static bool IsObjectNonPersistent(
    ObjectId id
);

Parameters

Parameters Description
ObjectId id Input ID of the object to be interrogated

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?