ESRI.ArcGIS.Mobile
UniqueValueRenderer Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : UniqueValueRenderer Class


The following tables list the members exposed by UniqueValueRenderer.

Public Properties

 NameDescription
Public PropertyColumnDelimiter Gets the column delimiter.  
Public PropertyColumnIndexes Gets the column indexes used by the renderer.  
Public PropertyLayer Gets the Layer of the Renderer. (Inherited from FeatureRenderer)
Public PropertyMaxScale Gets the maximum scale range at which the mapLayer should be drawn. A value of 0 indicates that it has no maximum. (Inherited from ESRI.ArcGIS.Mobile.Renderer)
Public PropertyMinScale Gets the minimum scale range at which the data layer should be drawn. A value of 0 indicates that it has no minimum. (Inherited from ESRI.ArcGIS.Mobile.Renderer)
Public PropertySymbolMap Gets the symbol map. The way UniqueValueRenderer are defined in ArcMap should be known before using this API. SymbolMap represents a collection of unique symbol. For a unique symbol more than unique value could be defined (grouping). A unique value can be defined as a collection of values from different columns.  
Top

Public Methods

 NameDescription
Public MethodGetLegendSwatchesOverloaded.  Returns a collection of LegendSwatches for the different symbols used by this renderer object. (Inherited from FeatureRenderer)
Public MethodGetRecommendedSwatchSize This method creates a System.Drawing.Size object for swatch size with maximum width and height for all layers. This size is recommended for best fit, but not required to use. You can create your own size for a Table Of Contents. (Inherited from FeatureRenderer)
Top

See Also