Table of Contents

Method SetCurrentHandle

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

SetCurrentHandle(ulong)

Sets the current handle to be used to the next inserted object.

public void SetCurrentHandle(ulong value)

Parameters

value ulong

A handle value to be set as maximum handle.If this value is less that the current maximum handle then the value is not taken into consideration.

Remarks

If the passed value is smaller than HandleCurrent then the HandleCurrent is returning.