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


The following tables list the members exposed by FeatureRenderer.

Public Properties

 NameDescription
Public PropertyLayer Gets the Layer of the Renderer.  
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)
Top

Public Methods

 NameDescription
Public MethodGetLegendSwatchesOverloaded. Overridden.  Returns a collection of LegendSwatches for the different symbols used by this renderer object.  
Public MethodGetRecommendedSwatchSizeOverridden.  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.  
Top

See Also