Indicates whether or not to render duplicate field names on a polyline shape
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property RenderDuplicateFields As Boolean Get Set |
C# |
---|
public bool RenderDuplicateFields { get; set; } |
Visual C++ |
---|
public: property bool RenderDuplicateFields { bool get (); void set (bool value); } |
JavaScript |
---|
function get_renderDuplicateFields(); function set_renderDuplicateFields(value); |