Table of Contents

Method FindFromHandle

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

FindFromHandle(vdHandle, Type)

Finds a vdObject belonging to the Document from a specified Handle.

public vdObject FindFromHandle(vdHandle value, Type type)

Parameters

value vdHandle

The handle of the object.

type Type

The Type of the vdObject(for example vdLine,vdObject etc...)If vdObject is used then a vdLine object will still be returned since vdLine is a Subclass of vdObject.

Returns

vdObject

The found vdObject or null.