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
valuevdHandleThe handle of the object.
typeTypeThe 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.