vsTASKER 7 User Manual
×
Menu
Index

Scenario

 
STK: see the STK Exporter
 
Entities: see below
 
 

Entities

 
Will export all the current (selected) Scenario Entities to a file (as entered by the user when the window pops up) according to the following format:
 // name, catalog, lat/x, lon/y, alt, heading, speed
 
This format is also valid for importing.
If the format of the file differs from the sample one, imp_entities.cpp can be modified and the DLL imp-entities.dll must be rebuild using CodeGear C++ Builder.
Just refer to the function DLL_EXPORT zoneImportFunc(ScnRep* sel_scen, IEOptions* options)