CM93RasterDataSet.IncludedSupplementaryDataSections Property
Gets a list of supplementary data section IDs to be included in the presentation.
Syntax
public IntCollection IncludedSupplementaryDataSections { get; }
Property Value
Default: Empty collection.
A list of supplementary data section IDs to be included in the presentation.
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 the CM93/3 database contains any supplementary data sections that are by default excluded from the presentation, they can be turned on by specifying their IDs in this list. Please check with your data supplier which supplementary data sections are available in your database.
This list cannot be modified after the dataset has been initialized.
Platforms
Windows