CreateIndividualThemeFromFeatureTable Method
Description
Create a new Individual Values theme from a feature table. After editing the theme properties, use StoreTheme to save the theme in a named object library.
Syntax
Visual Basic |
---|
Public Function CreateIndividualThemeFromFeatureTable( _ ByVal ftable As String, _ ByVal codes As String _ ) As Integer |
Parameters
- ftable
- The feature table from which the codes will be copied.
- codes
- A space-separated string containing the feature codes to be created in the theme
Remarks
Available: GEO D OM OD OV SISpy
Group:
Example
sis.CreateIndividualThemeFromFeatureTable( "OS (GB).Land-Line", "1 10 30")