Table of Contents

Method GetFileActivator

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

GetFileActivator(string)

Gets the Activator of a (vdml or vdcl) supported file.

public static Activator GetFileActivator(string fileName)

Parameters

fileName string

The filename of the file.Must be a .vdml or .vdcl file type.

Returns

Activator

Returns a Activator object of the given file.