Public Property GISLocation As PointD Get Set
public PointD GISLocation { get; set; }
public: property PointD GISLocation { PointD get (); void set (PointD value); }
function get_gisLocation(); function set_gisLocation(value);