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