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
Returns
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
fileStreamReader