OsmXmlOptionsReportAllWays Property |
Report all ways as features, even if they don't have any significant tags or don't have any nodes.
Namespace:
Aspose.Gis.Formats.OsmXml
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax public bool ReportAllWays { get; set; }
Public Property ReportAllWays As Boolean
Get
Set
public:
property bool ReportAllWays {
bool get ();
void set (bool value);
}
member ReportAllWays : bool with get, set
Property Value
Type:
BooleanSee Also