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 (Declaration) |
|---|
Public Property CustomRenderSettings As ICustomRenderSettings |
| C# |
|---|
public ICustomRenderSettings CustomRenderSettings { get; set; } |
| Visual C++ |
|---|
public: property ICustomRenderSettings^ CustomRenderSettings { ICustomRenderSettings^ get (); void set (ICustomRenderSettings^ value); } |