Share

Handle.Handle Constructor

Description

Constructs a handle using the input the 64 bit handle value.

Visual Basic

Public Sub New(
    value As long
)

C#

public Handle(
    long value
);

Parameters

Parameters Description
long value Input all 64 bits of the handle

Links

Handle Structure, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?