The ICustomRenderSettings allows applying custom render settings to a shapefile layer
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Interface ICustomRenderSettings |
C# |
---|
public interface ICustomRenderSettings |
Visual C++ |
---|
public interface class ICustomRenderSettings |
JavaScript |
---|
EGIS.ShapeFileLib.ICustomRenderSettings = function(); EGIS.ShapeFileLib.ICustomRenderSettings.createInterface('EGIS.ShapeFileLib.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.