Share

DataCell.SetInteger Method

Description

Sets an integer value for this cell.

Visual Basic

Public Function SetInteger(
    value As Integer
) As void

C#

public void SetInteger(
    int value
);

Parameters

Parameters Description
int value Input System.Int32 object.

Links

DataCell Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?