Share

DataCell.SetHardOwnershipId Method

Description

Sets the hard ownership id for this cell.

Visual Basic

Public Function SetHardOwnershipId(
    value As ObjectId
) As void

C#

public void SetHardOwnershipId(
    ObjectId value
);

Parameters

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

Links

DataCell Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?