Table of Contents

Method MergeCommands

Namespace
VectorDraw.Professional.vdCommandLine
Assembly
vdCommandLine.dll

MergeCommands(string, string)

Merge commands from a existing ASCII formated filename (ex. Commands.txt) with the already loaded commands. If a command with the same name exist in both, the existing one will be used.

public bool MergeCommands(string path, string filename)

Parameters

path string
filename string

Returns

bool

MergeCommands(StreamReader)

Merge commands from an existing System.IO.StreamReader stream with the already loaded commands. If a command with the same name exist in both, the existing one will be used.

public bool MergeCommands(StreamReader file)

Parameters

file StreamReader

Returns

bool