Share

DataCell.SetHardPointerId Method

Description

Sets the hard pointer ID for this cell.

Visual Basic

Public Function SetHardPointerId(
    value As ObjectId
) As void

C#

public void SetHardPointerId(
    ObjectId value
);

Parameters

Parameters Description
ObjectId value Input Autodesk.AutoCAD.DatabaseServices.ObjectId object

Links

DataCell Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?