====== ThinkGeo.MapSuite.WebEdition.MarkerStyle ====== {{section>upgrade_map_suite_to_10.0}} This class is the base class for all classes that define the styles applied to the markers. ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.WebEdition.MarkerStyle** *[[ThinkGeo.MapSuite.WebEdition.PointMarkerStyle]] *[[ThinkGeo.MapSuite.WebEdition.ClassBreakMarkerStyle]] *[[ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle]] *[[ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle]] ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} MarkerStyle() ** * //Initialize an instance of the MarkerStyle class.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerStyle#MarkerStyle.28.29// == Parameters ==
==== Public Methods ==== ** {{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.MarkerStyle#GetRequiredColumnNames.28.29// == Return Value == * Type:Collection * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetMarkers(IEnumerable) ** * //The abstract method returns a collection of markers from the features specified.// == Remarks == * //For the most updated Info for this topic, please check it here:// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.WebEdition.Marker|Marker]]> * Description:N/A == Parameters == * //features// * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> * Description:A collection of features that the markers will be created from.
** {{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.MarkerStyle#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.MarkerStyle#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.MarkerStyle#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.MarkerStyle#GetType.28.29// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{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.MarkerStyle#GetRequiredColumnNamesCore.28.29// == Return Value == * Type:Collection * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetContextMenusCore() ** * //Gets a collection of context menus that are associated with the MarkerStyle.// == Remarks == * //This method returns all of the context menus associated with the MarkerStyle to ensure that the events on the context menus can be properly fired. Override this method if you create your own custom MarkerStyle.// == 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|}} 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.MarkerStyle#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.MarkerStyle#MemberwiseClone.28.29// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{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.MarkerStyle#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.MarkerStyle#GetRequiredColumnNames.28.29 == Return Value == * Type:Collection ==== Protected Properties ==== ==== Public Events ====