Gets or sets a ICustomRenderSettings object that should be applied when rendering the shapefile
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property CustomRenderSettings As ICustomRenderSettings Get Set |
C# |
---|
public ICustomRenderSettings CustomRenderSettings { get; set; } |
Visual C++ |
---|
public: property ICustomRenderSettings^ CustomRenderSettings { ICustomRenderSettings^ get (); void set (ICustomRenderSettings^ value); } |
JavaScript |
---|
function get_customRenderSettings(); function set_customRenderSettings(value); |