CM93RasterDataSet.ExcludedSupplementaryDataSections Property
Gets a list of supplementary data section IDs to be excluded from the presentation.
Syntax
public IntCollection ExcludedSupplementaryDataSections { get; }
Property Value
Default: Empty collection.
A list of supplementary data section IDs to be excluded from 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 included in the presentation, they can be turned off 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