RaveGeoDataSet.IndexFileName Property
Gets or sets an explicit index file name used for the generated index files in IndexPath.
Syntax
public System.String IndexFileName { get; set; }
Property Value
Default: ""
The file name without a file extension. Extensions are added based on the type of index generated.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
When the index files described in IndexPath are generated, they get generated names based on properties in the dataset. Setting this property will override the generated names and use the supplied string value instead. This allows you to know what the index filenames will be.
This property does not have to be set. If you do not see a specific reason as to why you need to control the names of the index files, leave this property set to the default value.
Platforms
Windows, Linux