The ICustomRenderSettings allows applying custom render settings to a shapefile layer

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Public Interface ICustomRenderSettings
C#
public interface ICustomRenderSettings
Visual C++
public interface class ICustomRenderSettings

Remarks

By setting an ICustomRenderSettings object on a shapefile's RenderSettings, you can gain full control over whether indivdual shapes should be rendered and the color to use when rendering the shapes. The ICustomRenderSettings interface also supplies methods to customize any tooltips used by the shapefile layer.

See Also