Description

The names and coordinates of the list McFeatures are stored in a destination file, IStorage or IStream.

Return Type

A Long value.  

The length of the saved characters, in bytes.

Syntax

object.SaveList (SaveTo)

The SaveList Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McFeaturesList.
SaveToRequired. A Variant value.

Either an Empty Variant, a string file name, an object IStream interface pointer or an object IStorage interface pointer. If an Empty Variant is given, then that Variant is filled with a Byte array (VT_UI1) holding the saved list information. If a file name is given, the file is saved as a simple ASCII text file into the given file name. If an IStorage is supplied, a stream named “Contents” is filled with the list information.

Exceptions

This method is currently only supported for TypeOfList equal to mcftEmptyRegions.