Function CDM_CreateVectors
|
|
Definition: | #include <CDM.h> |
---|
|
Prototype: | CDM_ByteSequenceSet CDM_CreateVectors(CDM_Document Document, const char *VectorAnnotation, const char *VectorAnnConstraints, const char *VectorFormat, const char *ClassAnnotation, const char *ClassAttribute, const char *ClassAttributeAbsenceValue, const char *ClassFail, int ClassCanContain, int ClassPrefixStartMode, int ClassPrefixEndMode, const char *ClassPrefixStart, const char *ClassPrefixEnd, int CellNumber, const CDM_CreateVectorsCellSpec CellSpec[], const char *StatusWindow);
|
---|
Arguments: | Document: A Document object. (CDM_Document) VectorAnnotation: The Annotation from which vectors will be created. (const char *) VectorAnnConstraints: The Annotation from which vectors will be created. (const char *) VectorFormat: The Annotation from which vectors will be created. (const char *) ClassAnnotation: The Annotation from which vectors will be created. (const char *) ClassAttribute: The Annotation from which vectors will be created. (const char *) ClassAttributeAbsenceValue: The value to be used if the Class Attribute is not found (char *) ClassFail: The Annotation from which vectors will be created. (const char *) ClassCanContain: The Annotation from which vectors will be created. (const char *) ClassPrefixStartMode: The Annotation from which vectors will be created. (const char *) ClassPrefixEndMode: The Annotation from which vectors will be created. (const char *) ClassPrefixStart: The Annotation from which vectors will be created. (const char *) ClassPrefixEnd: The Annotation from which vectors will be created. (const char *) CellNumber: The Annotation from which vectors will be created. (const char *) CellSpec: The Annotation from which vectors will be created. (const char *) StatusWindow: The Annotation from which vectors will be created. (const char *)
|
---|
|
|