control.WriteRMCFile(ByRef sTarget)

PurposeWrite the current chart into a RMC-file or a string.
Parameter
sTarget (String)If you want to write the RMC content string into a file, pass the name of the file. If the file name has no extension, *.rmc will be used.
Or you can pass a reference to an empty string variable, which will hold the content after succesfull function call.
Return valueZero if successful or an element of the RMCError enumeration.
RemarksSee Concept of the RMC content string for more informations.
ExampleSee the "MiniDesigner" in the VB Demo Project.