====== ThinkGeo.MapSuite.Core.ValueItem ====== {{section>upgrade_map_suite_to_10.0}} This class represents a single value to match and styles to draw. ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Core.ValueItem** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} ValueItem() ** * //This is a constructor for the class.// == Remarks == * //If you use this constructor, you should set the necessary properties manually.// == Parameters ==
** {{wiki:PublicMethod.gif|}} ValueItem(String,AreaStyle) ** * //This is a constructor for the class.// == Remarks == * //It is recommended that you do not use this constructor unless it is absolutely necessary. Instead, you can set the properties directly on the DefaultAreaStyle.// == Parameters == * //value// * Type:String * Description:This parameter is the value that will match with the data specified for the feature. * //areaStyle// * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] * Description:This parameter is the style you want to draw with if the value matches.
** {{wiki:PublicMethod.gif|}} ValueItem(String,LineStyle) ** * //This is a constructor for the class.// == Remarks == * //It is recommended that you do not use this constructor unless it is absolutely necessary. Instead, you can set the properties directly on the DefaultLineStyle.// == Parameters == * //value// * Type:String * Description:This parameter is the value that will match with the data specified for the feature. * //lineStyle// * Type:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] * Description:This parameter is the style you want to draw with if the value matches.
** {{wiki:PublicMethod.gif|}} ValueItem(String,PointStyle) ** * //This is a constructor for the class.// == Remarks == * //It is recommended that you do not use this constructor unless it is absolutely necessary. Instead, you can set the properties directly on the DefaultPointStyle.// == Parameters == * //value// * Type:String * Description:This parameter is the value that will match with the data specified for the feature. * //pointStyle// * Type:[[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]] * Description:This parameter is the style you want to draw with if the value matches.
** {{wiki:PublicMethod.gif|}} ValueItem(String,TextStyle) ** * //This is a constructor for the class.// == Remarks == * //It is recommended that you do not use this constructor unless it is absolutely necessary. Instead, you can set the properties directly on the DefaultTextStyle.// == Parameters == * //value// * Type:String * Description:This parameter is the value that will match with the data specified for the feature. * //textStyle// * Type:[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] * Description:This parameter is the style you want to draw with if the value matches.
** {{wiki:PublicMethod.gif|}} ValueItem(String,Collection