next up previous contents
Next: GetDictionaryDescription Up: Dictionary Access Methods Previous: GetDictionaryTitle

GetDictionaryVersion

NAME GetDictionaryVersion

PROTOTYPE

#include "CifBuilder.h"

char * CifBuilder::GetDictionaryVersion();

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");

char * version = cb.GetDictionaryVersion();
PURPOSE

GetDictionaryVersion returns the version of the current dictionary datablock (context).

RECEIVES

No Arguments  

RETURN VALUE

Returns the version of the dictionary datablock as a char * or NULL.

REMARKS

None



Olivera Tosic
6/13/2002