コード例 #1
0
 // Call this to add a VOTable to layers
 public VoTableLayer AddVoTableLayer(VoTable table)
 {
     return(LayerManager.AddVoTableLayer(table, "Vo Table"));
 }