Share

ObjectIdGraphNode.ObjectIdGraphNode Constructor

Description

Constructor.

C#

public ObjectIdGraphNode(
    ObjectId id
);

Visual Basic

Public Sub New(
    id As ObjectId
)

Parameters

Parameters Description
ObjectId id Input ObjectId that the node will contain.

Links

ObjectIdGraphNode Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?