Share

ObjectId.ObjectId Constructor

Description

Constructs an object ID based on an old integer pointer.

Visual Basic

Public Sub New(
    oldId As IntPtr
)

C#

public ObjectId(
    IntPtr oldId
);

Parameters

Parameters Description
IntPtr oldId Input pointer to construct from

Links

ObjectId Structure, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?