Represents a set of visualization options for shapefile layer. More...
Properties | |
| ShapeDrawingOptions | DrawingOptions [get, set] |
| Gets or sets visualization options associated with the category. | |
| string | Expression [get, set] |
| Gets or sets expression which defines shapes which belong to the category. | |
| string | Name [get, set] |
| Gets or sets the name of the category. The names must not be unique. | |
Represents a set of visualization options for shapefile layer.
The set of options is represented by instance of ShapeDrawingOptions class which can be accessed by ShapefileCategory.DrawingOptions, while ShapefileCategory.Expression is used for mapping this options to particular shapes.
Here is a diagram for the ShapefileCategory class.
Gets or sets visualization options associated with the category.
string ShapefileCategory.Expression [get, set] |
Gets or sets expression which defines shapes which belong to the category.
string ShapefileCategory.Name [get, set] |
Gets or sets the name of the category. The names must not be unique.
1.7.6.1