Table of Contents

Method RegisterObjectHandle

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

RegisterObjectHandle(vdObject, vdHandle)

Registeres a handle to an object.

public void RegisterObjectHandle(vdObject obj, vdHandle handle)

Parameters

obj vdObject

The object that needs a handle.

handle vdHandle

The handle to be registered.If this value is null or 0 then a new handle is created for the object.