AixmDataSet.FeatureIndexPath Property
Gets or sets the directory where the intermediate feature index files will be saved.
Syntax
public System.String FeatureIndexPath { get; set; }
Property Value
Default: ""
The directory where the intermediate feature index file will be saved.
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
If you don't expect the data files or the Time property to change, you don't need to specify this property. See the Index files section of the AixmDataSet class for more information.
Platforms
Windows, Linux, Android