Interface vdDocument.IvdThread
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Provides the functionality for Thread that started by executing a VectorDraw Thread Safe method.
public interface vdDocument.IvdThread
Properties
- Id
Gets a unique identifier for the current managed thread.
- MethodName
Returns the a VectorDraw Thread Safe method name that this thread is first started with.
- TimeWorking
Returns the time passed in milliseconds , from thread start.