|
Document Class
The Document class is the core data structure of the genealogy
tree. This object allow you to retreive information
for the genealogy tree.
Properties |
Description |
BasePath |
Returns the directory of the GenoPro document. Ex: C:\Temp\ |
FileName |
Returns the name of the file without of the directory name. Ex:
MyFamily.gno |
ActiveGenoMap |
Returns the name of the GenoMap that is
currently selected. |
Method |
Description |
Collection(strCollectionName) |
Returns the collection of a given set of objects, such as individuals,
families, pictures, etc. |
GetTextXML |
Returns a Unicode string of the entire document. The returned string
includes detailed information of all GenoMaps, individuals,
families, pedigree links, pictures, sources and citations and more. |
SetTextXML(strTextXML) |
Inserts the entire XML content into GenoPro Active document. |
|