C# Class KMLib.KMLRoot

Datei anzeigen Open project: adakkak/Chomo Class Usage Examples

Public Properties

Property Type Description
deserializing bool

Private Properties

Property Type Description

Public Methods

Method Description
KMLRoot ( ) : System
Load ( string path ) : KMLRoot
Save ( string path ) : void

Method Details

KMLRoot() public method

public KMLRoot ( ) : System
return System

Load() public static method

public static Load ( string path ) : KMLRoot
path string
return KMLRoot

Save() public method

public Save ( string path ) : void
path string
return void

Property Details

deserializing public_oe static_oe property

public static bool deserializing
return bool