====== ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle ====== {{section>upgrade_map_suite_to_10.0}} This class allows you to match a value with data in the feature to determine how to draw the feature. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.WebEdition.MarkerStyle ***ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} ValueMarkerStyle() ** * //Initialize a new instance of the ValueMarkerStyle class.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ValueMarkerStyle.28.29// == Parameters ==
** {{wiki:PublicMethod.gif|}} ValueMarkerStyle(String) ** * //Initialize a new instance of the ValueMarkerStyle class with the columnName specified.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ValueMarkerStyle.28String.29// == Parameters == * //columnName// * Type:String * Description:The column name used to match with the value specified in the items.
** {{wiki:PublicMethod.gif|}} ValueMarkerStyle(String,Collection) ** * //Initialize a new instance of the ValueMarkerStyle class with the columnName and a collection of valueItems specified.// == Remarks == * //For the most updated Info for this topic, please check it here:// == Parameters == * //columnName// * Type:String * Description:The column name used to match with the value specified in the items. * //valueItems// * Type:Collection<[[ThinkGeo.MapSuite.WebEdition.MarkerValueItem|MarkerValueItem]]> * Description:A collection of valueItems that defines the style applied to markers.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetMarkers(IEnumerable) ** * //Returns a collection of markers with a style applied based on the features that are passed in.// == Remarks == * //For the most updated Info for this topic, please check it here:// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.WebEdition.Marker|Marker]]> * Description:A collection of markers with a style applied based on the features that are passed in. == Parameters == * //features// * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> * Description:A collection of features used to create the markers.
** {{wiki:PublicMethod.gif|}} GetRequiredColumnNames() ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetRequiredColumnNames.28.29// == Return Value == * Type:Collection * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ToString.28.29// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#Equals.28Object.29// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetHashCode.28.29// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetType.28.29// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} GetContextMenusCore() ** * //Gets a collection of context menus that are associated with the MarkerStyle.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetContextMenusCore.28.29// == Return Value == * Type:[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection[[ThinkGeo.MapSuite.WebEdition.ContextMenu, WebEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection]] * Description:A collection of context menus that are associated with the MarkerStyle. == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetRequiredColumnNamesCore() ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetRequiredColumnNamesCore.28.29// == Return Value == * Type:Collection * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} ZhQ=() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection[[ThinkGeo.MapSuite.WebEdition.ContextMenu, WebEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection]] * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#Finalize.28.29// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#MemberwiseClone.28.29// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} ValueItems ** Gets the collection of ValueItems. Each item can have a value to match. == Remarks == You will want to add MarkerValueItems to this collection. Each item can have its own style and matching string. == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.WebEdition.MarkerValueItem|MarkerValueItem]]> ** {{wiki:PublicProperty.gif|}} ColumnName ** Gets or sets the column name used to match with the value specified in the items. == Remarks == This is the column whose values we will use for matching. == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} IsActive ** N/A == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#IsActive == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} RequiredColumnNames ** N/A == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetRequiredColumnNames.28.29 == Return Value == * Type:Collection ==== Protected Properties ==== ==== Public Events ====