Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
EdmiError     _CDECL edmiGetExtensionSchemaProperty          (SdaiSchema         expressSchemaId,
                                                              SdaiInteger        extensionSchemaId,
                                                              SdaiString         propertyName,       /* name, creationDate, created, ... */
                                                              SdaiPrimitiveType  dataType,           (* sdaiSTRING, sdaiINTEGER ... */
                                                              SdaiVoid           value);

Use this function to get a property for an extension schemata for an EXPRESS schema.

...